Skip to content

Commit

Permalink
update procedure to run e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaskikutis committed Sep 18, 2023
1 parent 6109a40 commit 1627ce3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 47 deletions.
2 changes: 1 addition & 1 deletion e2e/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"server": "grunt server",
"start-client-server": "http-server dist -p 9000 -s &",
"stop-client-server": "fuser -k 9000/tcp",
"protractor": "node run-end-to-end-tests.js",
"protractor": "protractor protractor.conf.js",
"specs--compile": "find ./specs/ -name '*.js' -type f -delete && tsc -p ./specs",
"specs--watch": "find ./specs/ -name '*.js' -type f -delete && tsc -p ./specs -w",
"start-test-server": "cd ../server && docker-compose build && docker-compose up -d",
Expand Down
46 changes: 0 additions & 46 deletions e2e/client/run-end-to-end-tests.js

This file was deleted.

0 comments on commit 1627ce3

Please sign in to comment.