-
xgui3783 authored
* chore: update doc chore: added github action on building docker image * chore: remove set-env from gha * chore: fix typo in gha * bugfix: gha typo * bugfix: checkout repo first to allow rev parse * bugfix: chown to low privilege user * bugfix: typo in chown dir name * bugfix: use double quotes for token & username
Unverified726941ec
End-to-end Tests Environment Variables
name | description | default | example |
---|---|---|---|
PROTRACTOR_SPECS | specs relative to ./e2e/
|
./src/**/*.prod.e2e-spec.js |
|
DISABLE_CHROME_HEADLESS | disable headless chrome, spawns chrome window |
unset (falsy) |
1 |
ENABLE_GPU | uses GPU. nb, in headless mode, will show requirement not met |
unset (falsy) |
1 |