File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,12 @@ services:
55 test :
66 image : cypress/included:12.17.2
77 entrypoint : []
8- command : /bin/bash -c "npm install && npx wait-on http://ckan:5000/api/action/status_show && cypress run"
8+ command : /bin/bash -c "
9+ apt-get update && \
10+ apt-get install -y unzip && \
11+ npm install && \
12+ npx wait-on http://ckan:5000/api/action/status_show && \
13+ cypress run "
914 # To run specific test, use the following syntax:
1015 # command: /bin/bash -c "npm install && npx wait-on http://ckan:5000/api/action/status_show && cypress run --spec cypress/integration/dcat_us_export.spec.js"
1116 # command: /bin/bash -c "npm install && npx wait-on http://ckan:5000/api/action/status_show && cypress run --spec cypress/integration/login.spec.js"
You can’t perform that action at this time.
0 commit comments