Commit Graph

13 Commits

Author SHA1 Message Date
Asher
f2fa7701a9 Centralize credential handling
My thinking is that this may reduce the cognitive overhead for
developers writing new test suites.

This also allows us to perform different setup steps (like ensuring the
editor is visible when authenticated).
2021-06-29 12:06:45 -05:00
Asher
da4de439e0 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-29 12:06:38 -05:00
Max Schmitt
dbb34ad710 chore: upgrade to Playwright 1.12 with its new test-runner 2021-06-10 15:09:38 +02:00
Joe Previte
b0ecff338f refactor: globalSetup to use CodeServer model 2021-04-23 14:35:33 -07:00
Joe Previte
2bf0a0e76e refactor: fix tests to check visibility correctly 2021-04-23 14:35:31 -07:00
Joe Previte
c9fa931a0b fix: add retry 2 for failing e2e tests 2021-04-15 11:46:44 -07:00
Joe Previte
52586706c4 refactor: use playwright-test syntax for e2e tests 2021-04-15 11:46:43 -07:00
Joe Previte
ad0f12e664 refactor: check for editor consistently in tests 2021-04-06 15:46:58 -07:00
Joe Previte
dd80eed5b0 feat: add logger to tests 2021-04-06 15:46:57 -07:00
Joe Previte
c666b47668 refactor: globalSetup and create cookie manually 2021-04-06 15:46:56 -07:00
Joe Previte
4b703cbd4d refactor: e2e tests based on jest-playwright 2021-04-06 15:46:56 -07:00
Joe Previte
bd55cb94be refactor: move test dir to jest e2e config 2021-04-06 15:46:56 -07:00
Joe Previte
36714da613 fixup: move openHelpAbout 2021-03-17 11:25:33 -07:00