test: E2E testak sortzen ditu

This commit is contained in:
Aitor Urrutia
2022-01-14 20:49:58 +01:00
parent d0bb44e202
commit 056cebe120
10 changed files with 1615 additions and 24 deletions

View File

@@ -5,13 +5,15 @@
"private": true,
"workspaces": [
"back",
"front"
"front",
"e2e"
],
"scripts": {
"start:back": "yarn workspace back start",
"develop:back": "yarn workspace back develop",
"develop:front": "yarn workspace front develop",
"prettier:front": "yarn workspace front prettier"
"prettier:front": "yarn workspace front prettier",
"test:e2e": "yarn workspace e2e test"
},
"repository": {
"type": "git",