-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
1 lines (1 loc) · 907 Bytes
/
package.json
File metadata and controls
1 lines (1 loc) · 907 Bytes
1
{"name":"openproject-e2e","version":"1.0.0","description":"E2E tests for OpenProject-Nextcloud-Keycloak integration","repository":{"type":"git","url":"https://github.com/opf/openproject-e2e.git"},"scripts":{"test":"playwright test","test:e2e":"playwright test","test:e2e:report":"playwright test; playwright show-report","test:e2e:headed":"PWDEBUG=0 playwright test --headed","test:e2e:ui":"playwright test --ui","test:e2e:debug":"playwright test --debug","test:edge":"E2E_ENV=edge playwright test","test:stage":"E2E_ENV=stage playwright test","test:local":"E2E_ENV=local playwright test","test:docker":"./run-tests.sh","report:show":"playwright show-report --host 0.0.0.0","playwright:install":"playwright install --with-deps"},"dependencies":{"dotenv":"^17.2.4","undici":"^7.21.0"},"devDependencies":{"@playwright/test":"^1.58.2","@types/node":"^25.2.3","ts-node":"^10.9.2"},"overrides":{"diff":"^8.0.3"}}