feat: Add basic cypress testing

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/1795>
This commit is contained in:
Georg Krause 2022-05-12 16:53:43 +02:00 committed by Kasper Seweryn
commit 9aeefca728
16 changed files with 1555 additions and 664 deletions

View file

@ -313,6 +313,17 @@ build_metadata:
- docker-bake.api.json
- docker-bake.front.json
test_integration:
interruptible: true
stage: test
image: cypress/base:16.14.2
before_script:
- cd front
- yarn install
script:
- yarn run cypress run
build_api_schema:
stage: build
needs: