Skip to content
Snippets Groups Projects
Commit bae70aba authored by s87777's avatar s87777
Browse files

Test7

parent 6f57c90b
No related branches found
No related tags found
No related merge requests found
Pipeline #49508 failed
...@@ -28,11 +28,12 @@ build_react_app: ...@@ -28,11 +28,12 @@ build_react_app:
- build - build
- node_modules/ - node_modules/
e2e:chrome: e2e_test:
stage: confidence-check stage: confidence-check
needs: [build_react_app] needs: [build_react_app]
services: services:
- selenium/standalone-chrome - selenium/standalone-chrome
- docker:19.03.12-dind
script: script:
- npm start - npm start
- npm test --host=selenium__standalone-chrome - npm test --host=selenium__standalone-chrome
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment