Closed kvagajack closed 6 years ago
Do not use all the defaults actions for the unit test suite. Default actions include steps that are setting API for e2e (which unit tests do not need).
jobs: include: - stage: Testing env: - TEST_SUITE=cypress-test <<: *defaults - stage: Testing env: - TEST_SUITE=cypress-test <<: *defaults - stage: Testing env: - TEST_SUITE=test <<: *defaults
Do not use all the defaults actions for the unit test suite. Default actions include steps that are setting API for e2e (which unit tests do not need).