mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-08 08:10:02 -06:00
Co-authored-by: Дмитрий Коваленко <dmitrijkovalenko@Dmitrijs-MacBook-Pro.local> Co-authored-by: Dmitriy Kovalenko <dmtr.kovalenko@outlook.com>
15 lines
427 B
JSON
15 lines
427 B
JSON
{
|
|
"name": "example-visual-testing-with-applitools",
|
|
"description": "Visual diffing for component testing using Applittols",
|
|
"private": true,
|
|
"scripts": {
|
|
"cy:open": "node ../../../../scripts/cypress open",
|
|
"test": "node ../../../../scripts/cypress run"
|
|
},
|
|
"devDependencies": {
|
|
"@applitools/eyes-cypress": "3.14.0",
|
|
"@cypress/react": "file:../../dist",
|
|
"cypress-circleci-reporter": "0.2.0"
|
|
}
|
|
}
|