chore: add e2e-tests package

This commit is contained in:
Ali BARIN
2022-10-08 23:55:49 +02:00
parent 8d92ba6083
commit 38bcf6ada0
7 changed files with 472 additions and 24 deletions

View File

@@ -0,0 +1,28 @@
{
"name": "@automatisch/e2e-tests",
"version": "0.1.4",
"license": "AGPL-3.0",
"private": true,
"description": "The open source Zapier alternative. Build workflow automation without spending time and money.",
"scripts": {
"cypress:open": "cypress open"
},
"dependencies": {},
"contributors": [
{
"name": "automatisch contributors",
"url": "https://github.com/automatisch/automatisch/graphs/contributors"
}
],
"homepage": "https://github.com/automatisch/automatisch#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/automatisch/automatisch.git"
},
"bugs": {
"url": "https://github.com/automatisch/automatisch/issues"
},
"devDependencies": {
"cypress": "^10.9.0"
}
}