Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Unset DISPLAY when running cypress #242

Merged
merged 1 commit into from
Mar 19, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"name": "The Wikidata team"
},
"scripts": {
"cypress": "CYPRESS_API_URL=${VUE_APP_WIKIBASE_API_URL} CYPRESS_BASE_URL=${CYPRESS_BASE_URL:-http://localhost:8080} cypress run --browser chromium --headless",
"cypress": "unset DISPLAY && CYPRESS_API_URL=${VUE_APP_WIKIBASE_API_URL} CYPRESS_BASE_URL=${CYPRESS_BASE_URL:-http://localhost:8080} cypress run --browser chromium --headless",
"test:lint-cypress": "vue-cli-service lint --no-fix --max-warnings 0 cypress",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --mode production",
Expand Down