Skip to content

Commit

Permalink
fix(tests): remove applitools logs (valor-software#5124)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludmilanesvitiy authored and IraErshova committed Jan 20, 2020
1 parent fe859ff commit 9ee40f6
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 @@ -45,7 +45,7 @@
"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:snapshot": "APPLITOOLS_SHOW_LOGS=1 APPLITOOLS_CONCURRENCY=100 cypress run --config integrationFolder=cypress/snapshot",
"cy:run:snapshot": "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",
"serve:dynamic": "node demo/dist/server",
Expand Down

0 comments on commit 9ee40f6

Please sign in to comment.