Skip to content
This repository has been archived by the owner on Feb 4, 2025. It is now read-only.

Commit

Permalink
Run e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
ssuperczynski committed Aug 21, 2024
1 parent d9ebbce commit 2e620d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"cy:serve": "http-server dist/demo/browser -s -p 4202",
"cy:local": "ng serve --port=4202",
"cy:test": "cypress open",
"cy:open": "cypress open --e2e --browser chrome:beta",
"cy:run": "cypress run --headless --browser chrome:beta",
"cy:open": "cypress open --e2e --browser chrome",
"cy:run": "cypress run --headless --browser chrome",
"cy:ci": "start-server-and-test cy:serve http://127.0.0.1:4202 cy:run",
"watch:table": "ng build ngx-easy-table --watch",
"watch:styles": "sass projects/ngx-easy-table/assets:dist/ngx-easy-table --watch",
Expand Down

0 comments on commit 2e620d6

Please sign in to comment.