We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67c9ab4 commit 1cdacd8Copy full SHA for 1cdacd8
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@visual-regression-tracker/agent-cypress",
3
"version": "5.6.0",
4
- "description": "Visual Regression Tracker integration plugin",
+ "description": "Visual Regression Tracker integration plugin for Cypress",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
7
"scripts": {
@@ -23,6 +23,9 @@
23
"url": "https://github.com/Visual-Regression-Tracker/agent-cypress/issues"
24
},
25
"homepage": "https://github.com/Visual-Regression-Tracker/agent-cypress#readme",
26
+ "engines": {
27
+ "node": ">=16.16.0"
28
+ },
29
"dependencies": {
30
"@visual-regression-tracker/sdk-js": "5.6.0"
31
0 commit comments