Files
deck/tests/integration/config/behat.yml
T
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