mirror of
https://github.com/zsai001/vstats.git
synced 2026-06-09 17:12:15 +08:00
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.19.3 to 25.0.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
24 lines
777 B
JSON
24 lines
777 B
JSON
{
|
|
"name": "vstats-e2e",
|
|
"version": "1.0.0",
|
|
"description": "E2E tests for VStats using Playwright",
|
|
"scripts": {
|
|
"test": "playwright test",
|
|
"test:headed": "playwright test --headed",
|
|
"test:ui": "playwright test --ui",
|
|
"test:debug": "playwright test --debug",
|
|
"test:chromium": "playwright test --project=chromium",
|
|
"test:firefox": "playwright test --project=firefox",
|
|
"test:webkit": "playwright test --project=webkit",
|
|
"test:mobile": "playwright test --project='Mobile Chrome' --project='Mobile Safari'",
|
|
"report": "playwright show-report",
|
|
"codegen": "playwright codegen",
|
|
"install-browsers": "playwright install --with-deps"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.49.1",
|
|
"@types/node": "^25.0.2"
|
|
}
|
|
}
|
|
|