Added initial webdriver tests (#1337)

Adds webdriver tests for testing from a users perspective via browser
actions. We currently support local test runners for a bunch of actions
on desktop `chrome`/`firefox`/`edge`/`safari` on macos.

We also have a browserstack runner which we'll enable in another PR.

### Release Note

- Adds initial webdriver tests
This commit is contained in:
Orange Mug 2023-05-09 21:21:45 +01:00 committed by GitHub
parent 28c8cb9c5f
commit 2dbfda1285
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
57 changed files with 8760 additions and 137 deletions

3
scripts/e2e-start-server Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
set -eux
yarn dev-webdriver