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

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'