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:
parent
28c8cb9c5f
commit
2dbfda1285
57 changed files with 8760 additions and 137 deletions
3
scripts/e2e-start-server
Executable file
3
scripts/e2e-start-server
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
set -eux
|
||||
yarn dev-webdriver
|
Loading…
Add table
Add a link
Reference in a new issue