feat: Add basic cypress testing
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/1795>
This commit is contained in:
parent
cfc167fbf3
commit
9aeefca728
16 changed files with 1555 additions and 664 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue