cypress-template
Advanced tools
Comparing version 1.0.3-alpha.2 to 1.0.3-alpha.3
{ | ||
"name": "cypress-template", | ||
"version": "1.0.3-alpha.2", | ||
"version": "1.0.3-alpha.3", | ||
"description": "cypress template to create cypress libraries with typescript / jest / code coverage", | ||
@@ -19,2 +19,12 @@ "main": "index.js", | ||
"author": "Taisia Pitko (mmisty) <minydas@yandex.ru>", | ||
"jest-junit": { | ||
"suiteName": "jest tests", | ||
"outputDirectory": "./reports/jest", | ||
"outputName": "junit.xml", | ||
"uniqueOutputName": "false", | ||
"classNameTemplate": "{classname}-{title}", | ||
"titleTemplate": "{classname}-{title}", | ||
"ancestorSeparator": " › ", | ||
"usePathForSuiteName": "true" | ||
}, | ||
"devDependencies": { | ||
@@ -40,2 +50,3 @@ "@cypress/code-coverage": "^3.10.0", | ||
"jest-environment-jsdom": "^29.3.1", | ||
"jest-junit": "^16.0.0", | ||
"jest-test-each": "^0.9.1", | ||
@@ -42,0 +53,0 @@ "nyc": "^15.1.0", |
7691
29