1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-01-30 02:23:54 +00:00
bramw_baserow/e2e-tests/package.json
2024-11-14 12:30:42 +00:00

24 lines
893 B
JSON

{
"name": "e2e-tests",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "playwright test --project=chrome",
"test-ui": "playwright test --project=chrome --ui",
"test-fast-only": "playwright test --project=chrome --grep @fast",
"test-enterprise-only": "playwright test --project=chrome --grep @enterprise",
"test-search-only": "playwright test --project=chrome --grep @search",
"test-search-only-debug": "playwright test --project=chrome --grep @search --debug",
"test-builder": "playwright test --project=chrome --grep builder",
"test-headed": "playwright test --project=chrome --headed",
"test-ci": "playwright test --grep-invert=slow",
"codegen": "playwright codegen"
},
"dependencies": {
"@faker-js/faker": "7.6.0",
"@playwright/test": "^1.48.0",
"axios": "1.2.3",
"dotenv": "16.0.3"
}
}