Cypress test for LDAP

This commit is contained in:
Jamie Curnow
2024-11-04 08:16:55 +10:00
parent 4d60876394
commit c556b8acef
6 changed files with 82 additions and 1 deletions

Binary file not shown.

View File

@ -1,6 +1,10 @@
# WARNING: This is a CI docker-compose file used for building and testing of the entire app, it should not be used for production.
services:
cypress:
environment:
CYPRESS_stack: 'mysql'
fullstack:
environment:
NPM_DB_DRIVER: 'mysql'

View File

@ -1,6 +1,10 @@
# WARNING: This is a CI docker-compose file used for building and testing of the entire app, it should not be used for production.
services:
cypress:
environment:
CYPRESS_stack: 'postgres'
fullstack:
environment:
NPM_DB_DRIVER: 'postgres'

View File

@ -83,6 +83,7 @@ services:
dockerfile: test/cypress/Dockerfile
environment:
CYPRESS_baseUrl: 'http://fullstack:81'
CYPRESS_stack: 'sqlite'
volumes:
- 'cypress_logs:/results'
- './dev/resolv.conf:/etc/resolv.conf:ro'