Skip to content

Commit

Permalink
Add station.jsons
Browse files Browse the repository at this point in the history
  • Loading branch information
SuguruOoki authored and SuguruOoki committed May 31, 2021
1 parent bfec8cd commit a07c919
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .techtrain/manifests/station11.json
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"
}
]
}
16 changes: 16 additions & 0 deletions .techtrain/manifests/station12.json
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"
}
]
}
16 changes: 16 additions & 0 deletions .techtrain/manifests/station13.json
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"
}
]
}
16 changes: 16 additions & 0 deletions .techtrain/manifests/station14.json
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"
}
]
}
16 changes: 16 additions & 0 deletions .techtrain/manifests/station15.json
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"
}
]
}

0 comments on commit a07c919

Please sign in to comment.