This website requires JavaScript.
Explore
Woodpecker
Blog
Help
Register
Sign In
OCram85
/
code-server
Archived
Watch
1
Star
0
Fork
0
You've already forked code-server
Code
Pull Requests
2
Activity
This repository has been archived on
2024-09-09
. You can view files and clone it, but cannot push or open issues or pull requests.
102f8117b7
code-server
/
test
/
utils
/
constants.ts
3 lines
82 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Spawn a code-server instance for each test suite This uses the current dev build by default but can be overidden with CODE_SERVER_TEST_ENTRY (for example to test a release or some other version). Each instance has a separate state directory. This should make parallelization work. This also means you are no longer required to specify the password and address yourself (or the extension directory once we add a test extension). `yarn test:e2e` should just work as-is. Lastly, it means the tests are no longer subject to yarn watch randomly restarting.
2021-06-22 23:34:44 +02:00
export
const
PASSWORD
=
"e45432jklfdsab"
Run each e2e test in a new workspace The workspaces also have settings to prevent the welcome page from appearing.
2021-06-22 23:34:11 +02:00
export
const
workspaceDir
=
"workspaces"
Copy Permalink