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