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

9
.gitignore vendored
View File

@@ -74,6 +74,15 @@ web_modules/
.env.test
.env.production
# cypress environment variables file
cypress.env.json
# cypress screenshots
cypress/screenshots/
# cypress videos
cypress/videos/
# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache