ScuttleBot
|
1
|
{ |
|
2
|
"name": "scuttlebot-e2e", |
|
3
|
"version": "1.0.0", |
|
4
|
"private": true, |
|
5
|
"scripts": { |
|
6
|
"test": "playwright test", |
|
7
|
"test:headed": "playwright test --headed", |
|
8
|
"test:ui": "playwright test --ui" |
|
9
|
}, |
|
10
|
"devDependencies": { |
|
11
|
"@playwright/test": "^1.52.0" |
|
12
|
} |
|
13
|
} |
|
14
|
|