Files
deck/tests/integration/config/behat.yml
Sergey Shliakhov a0f93a81d2 Check type before transfer card participants ownership
Signed-off-by: Sergey Shliakhov <husband.sergey@gmail.com>

temp
2022-03-22 14:17:03 +01:00

13 lines
263 B
YAML

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