@studyportals/cypress-slicer
Version:
Cypress plugin to slice the specPattern list of tests into subsets
36 lines (35 loc) • 788 B
JSON
{
"name": "@studyportals/cypress-slicer",
"version": "0.1.2",
"description": "Cypress plugin to slice the specPattern list of tests into subsets",
"keywords": [
"cypress",
"plugin",
"slicer"
],
"main": "plugin.js",
"scripts": {
"test": "echo \"Error: no tests available\" && exit 1"
},
"author": {
"name": "Studyportals B.V."
},
"contributors": [
{
"name": "Dan Dobrescu",
"email": "dandobrescu@studyportals.com"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/studyportals/cypress-slicer/issues"
},
"homepage": "https://github.com/studyportals/cypress-slicer#readme",
"devDependencies": {
"@studyportals/code-style": "^1.8.1",
"glob": "^8.0.3"
},
"engines": {
"node": ">=16"
}
}