mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 08:55:43 +03:00
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"
|
|
}
|
|
}
|