forked from TechBowl-japan/html-stations
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bfec8cd
commit a07c919
Showing
5 changed files
with
80 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"name": "Station 11", | ||
"id": 11, | ||
"prepare": [ | ||
{ | ||
"command": "yarn lite-server", | ||
"background": true | ||
} | ||
], | ||
"tests": [ | ||
{ | ||
"type": "cypress", | ||
"specFile": "./cypress/integration/station11.spec.ts" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"name": "Station 12", | ||
"id": 12, | ||
"prepare": [ | ||
{ | ||
"command": "yarn lite-server", | ||
"background": true | ||
} | ||
], | ||
"tests": [ | ||
{ | ||
"type": "cypress", | ||
"specFile": "./cypress/integration/station12.spec.ts" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"name": "Station 13", | ||
"id": 13, | ||
"prepare": [ | ||
{ | ||
"command": "yarn lite-server", | ||
"background": true | ||
} | ||
], | ||
"tests": [ | ||
{ | ||
"type": "cypress", | ||
"specFile": "./cypress/integration/station13.spec.ts" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"name": "Station 14", | ||
"id": 14, | ||
"prepare": [ | ||
{ | ||
"command": "yarn lite-server", | ||
"background": true | ||
} | ||
], | ||
"tests": [ | ||
{ | ||
"type": "cypress", | ||
"specFile": "./cypress/integration/station14.spec.ts" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"name": "Station 15", | ||
"id": 15, | ||
"prepare": [ | ||
{ | ||
"command": "yarn lite-server", | ||
"background": true | ||
} | ||
], | ||
"tests": [ | ||
{ | ||
"type": "cypress", | ||
"specFile": "./cypress/integration/station15.spec.ts" | ||
} | ||
] | ||
} |