Skip to content

Commit

Permalink
fix(tests): fix cy all command (#5108)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludmilanesvitiy authored and Domainv committed Mar 18, 2019
1 parent a8dd0a6 commit ea66fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"cy:open": "cypress open",
"cy:run:smoke": "APPLITOOLS_CONCURRENCY=100 cypress run --config integrationFolder=cypress/integration",
"cy:run:full": "APPLITOOLS_CONCURRENCY=100 cypress run --config integrationFolder=cypress/full",
"cy:run:all": "APPLITOOLS_CONCURRENCY=100 cypress run --config integrationFolder=cypress --spec '**/*_spec.ts",
"cy:run:all": "APPLITOOLS_CONCURRENCY=100 cypress run --config integrationFolder=cypress --spec '**/*_spec.ts'",
"cy:run:snapshot": "APPLITOOLS_SHOW_LOGS=1 APPLITOOLS_CONCURRENCY=100 cypress run --config integrationFolder=cypress/snapshot",
"view-stats": "webpack-bundle-analyzer demo/dist/stats.json",
"build:dynamic": "run-s build build:client-and-server-bundles webpack:server configure-heroku",
Expand Down

0 comments on commit ea66fa4

Please sign in to comment.