We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc8222 commit 8929cdaCopy full SHA for 8929cda
.circleci/config.yml
@@ -609,9 +609,6 @@ jobs:
609
- run:
610
name: Run Cypress end-to-end tests
611
command: DEBUG="cypress:*" $(npm bin)/cypress run --record --reporter junit --reporter-options "mochaFile=results/flowauth-frontend.[hash].xml"
612
- - run:
613
- name: Run Cypress component tests
614
- command: DEBUG="cypress:*" $(npm bin)/cypress run --component --record --reporter junit --reporter-options "mochaFile=results/flowauth-component.[hash].xml"
615
- store_test_results:
616
path: results
617
- store_artifacts:
0 commit comments