Files
deck/tests/integration/config/behat.yml
chandi Langecker 43a1b1a2e5 sessions: integration tests
Signed-off-by: chandi Langecker <git@chandi.it>
2023-01-03 12:43:59 +01:00

15 lines
316 B
YAML

default:
suites:
test:
paths:
- '%paths.base%/../features/'
contexts:
- ServerContext:
baseUrl: http://localhost:8080/
- RequestContext
- BoardContext
- CommentContext
- AttachmentContext
- SearchContext
- SessionContext