mirror of
https://github.com/facebook/docusaurus.git
synced 2026-06-27 19:21:36 -04:00
18 lines
416 B
JSON
18 lines
416 B
JSON
{
|
|
"name": "argos",
|
|
"version": "3.10.1",
|
|
"description": "Argos visual diff tests",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"screenshot": "playwright test",
|
|
"upload": "pnpm dlx @argos-ci/cli upload ./screenshots/chromium",
|
|
"report": "playwright show-report"
|
|
},
|
|
"dependencies": {
|
|
"@argos-ci/playwright": "^7.0.6",
|
|
"@playwright/test": "^1.60.0",
|
|
"cheerio": "^1.2.0"
|
|
}
|
|
}
|