docusaurus/argos/package.json
sebastienlorber e66dfe04d2 v3.0.0-rc.0
2023-10-20 11:00:34 +02:00

19 lines
443 B
JSON

{
"name": "argos",
"version": "3.0.0-rc.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.6",
"@argos-ci/playwright": "^0.0.6",
"@playwright/test": "^1.36.1",
"cheerio": "^1.0.0-rc.12"
}
}