We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df1dcab commit 0101cc1Copy full SHA for 0101cc1
.circleci/config.yml
@@ -157,6 +157,7 @@ workflows:
157
working_directory: examples/ts-example
158
start: npm start
159
wait-on: 'http://localhost:1234'
160
+ command: '../../node_modules/.bin/cypress run'
161
post-steps:
162
# store the created coverage report folder
163
# you can click on it in the CircleCI UI
0 commit comments