docusaurus/argos/package.json
2023-04-28 16:04:22 +02:00

19 lines
446 B
JSON

{
"name": "argos",
"version": "3.0.0-alpha.0",
"description": "Argos visual diff tests",
"license": "MIT",
"private": true,
"scripts": {
"screenshot": "playwright test",
"upload": "npx @argos-ci/cli upload ./screenshots",
"report": "playwright show-report"
},
"dependencies": {
"@argos-ci/cli": "^0.4.4",
"@argos-ci/playwright": "^0.0.4",
"@playwright/test": "^1.30.0",
"cheerio": "^1.0.0-rc.12"
}
}