mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-08 23:00:08 +00:00
18 lines
472 B
JSON
18 lines
472 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-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"
|
|
}
|
|
}
|