chore: reworking folder structure to move cypress outside of the project

This commit is contained in:
blam
2021-02-09 09:44:19 +01:00
parent df9ca92c7d
commit 3ded45b814
17 changed files with 1557 additions and 110 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"name": "@backstage/cypress-tests",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"private": true,
"dependencies": {
"cypress": "^6.4.0",
"typescript": "^4.1.3"
}
}