Skip to content

Commit

Permalink
added story list navigation test to stories-app
Browse files Browse the repository at this point in the history
  • Loading branch information
rgerum committed May 10, 2022
1 parent c3649c6 commit c456cf1
Show file tree
Hide file tree
Showing 9 changed files with 2,715 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ script:
- lerna run --parallel --stream start & wait-on http://localhost:8080
- cd packages/editor-app
- npx cypress run --record --key $CYPRESS_KEY
- cd ../packages/stories-app & wait-on http://localhost:3000
- npx cypress run --record --key $CYPRESS_KEY
4 changes: 4 additions & 0 deletions packages/stories-app/cypress.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"projectId": "cvszgh",
"baseUrl": "http://localhost:3000"
}
Loading

0 comments on commit c456cf1

Please sign in to comment.