2ad9f6bc5f
Scripts for running playwright tests in a Docker container that has chromium and webkit preinstalled. Includes a basic smoke test for authentication so that we can be sure the test rig is working end-to-end. Wiring this up in CI will be in an upcoming PR.
6 lines
65 B
JSON
6 lines
65 B
JSON
{
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.21.1"
|
|
}
|
|
}
|