Skip to content

Commit

Permalink
Merge pull request #18 from mrWh1te/ml-basic-e2e-tests
Browse files Browse the repository at this point in the history
Add basic E2E Cypress Tests
  • Loading branch information
mrWh1te committed Jun 25, 2019
2 parents eeb8a77 + 60d3c51 commit 6c1a324
Show file tree
Hide file tree
Showing 21 changed files with 5,072 additions and 322 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ install:
- npm ci
script:
- ng build --prod
- jest --config ./jest/app.config.js --runInBand && concurrently -k -s first "http-server ./dist/ngLibrary -a localhost -p 4200 -c-1" "./node_modules/cypress/bin/cypress run --record"
- jest --config ./jest/app.config.js --runInBand && concurrently -k -s first "./node_modules/spa-http-server/bin/http-server ./dist/ngLibrary -a localhost -p 4200 --push-state" "./node_modules/cypress/bin/cypress run --record"
5 changes: 0 additions & 5 deletions cypress/fixtures/example.json

This file was deleted.

Loading

0 comments on commit 6c1a324

Please sign in to comment.