13 lines
263 B
YAML
13 lines
263 B
YAML
default:
|
|
suites:
|
|
test:
|
|
paths:
|
|
- '%paths.base%/../features/'
|
|
contexts:
|
|
- ServerContext:
|
|
baseUrl: http://localhost:9090/
|
|
- RequestContext
|
|
- BoardContext
|
|
- CommentContext
|
|
- SearchContext
|