mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-02-12 08:08:48 +00:00
21 lines
779 B
JSON
21 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"
|
|
}
|
|
}
|