mirror of
https://github.com/morbalint/kemkas.git
synced 2026-07-17 19:03:46 +00:00
d04e7e6cef
* add basic e2e tests * add e2e to ci * fix docker pull * fix images in ci * maybe this will help * push latest on main for e2e * fix e2e on main * rename jobs
15 lines
320 B
JSON
15 lines
320 B
JSON
{
|
|
"name": "kemkas-e2e",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "playwright test",
|
|
"test:headed": "playwright test --headed",
|
|
"test:ui": "playwright test --ui",
|
|
"install:browsers": "playwright install chromium"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "1.59.1"
|
|
}
|
|
}
|