docusaurus/argos/package.json
Greg Bergé 2bb4fd0a65
chore(ci): use new Argos playwright integration (#9419)
Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
2023-10-20 17:03:37 +02:00

17 lines
419 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/playwright": "1.0.0-alpha.4",
"@playwright/test": "^1.36.1",
"cheerio": "^1.0.0-rc.12"
}
}