bramw_baserow/e2e-tests/package.json

22 lines
779 B
JSON

{
"name": "e2e-tests",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "playwright test --project=chrome",
"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-headed": "playwright test --project=chrome --headed",
"test-all-browsers": "playwright test"
},
"dependencies": {
"@playwright/test": "1.29.2",
"@faker-js/faker": "7.6.0",
"axios": "1.2.3",
"dotenv": "16.0.3"
}
}