docusaurus/argos/package.json
sebastienlorber 29d816067f v3.0.1
2023-11-30 19:38:20 +01:00

18 lines
407 B
JSON

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