1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-08 23:00:08 +00:00
bramw_baserow/e2e-tests/package.json
2023-01-30 13:26:33 +00:00

17 lines
401 B
JSON

{
"name": "e2e-tests",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "playwright test --project=chrome",
"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"
}
}