Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
siibra-explorer
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xiao Gui
siibra-explorer
Commits
c917fbb4
Unverified
Commit
c917fbb4
authored
4 years ago
by
xgui3783
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[skip ci] update readme env var
parent
3f0e3ab8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+9
-1
9 additions, 1 deletion
README.md
with
9 additions
and
1 deletion
README.md
+
9
−
1
View file @
c917fbb4
...
...
@@ -133,6 +133,14 @@ It is recommended to manage your environments with `.env` file.
|
`WAXHOLM_RAT_GOOGLE_SHEET_ID`
|
|
`SKIP_RETRY_TEST`
| retry tests contains some timeouts, which may slow down tests |
##### e2e test environments
| 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 |
#### Start dev server
To run a dev server, run:
...
...
@@ -215,4 +223,4 @@ Commit history prior to v0.2.0 is available in the [legacy-v0.2.0](https://githu
## License
Apache-2.0
\ No newline at end of file
Apache-2.0
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment