New Feature: shared context in beforeAll and afterAll hooks #1877
build.yaml
on: pull_request
coverage
41s
audit-dependencies
6s
Matrix: test
Annotations
10 errors
coverage:
src/runtime/test_case_runner_spec.ts#L61
Argument of type '{ eventBroadcaster: EventEmitter; stopwatch: IStopwatch; gherkinDocument: messages.GherkinDocument; newId: IdGenerator.NewId; ... 7 more ...; testRunContext: {}; }' is not assignable to parameter of type 'INewTestCaseRunnerOptions'.
|
coverage
Process completed with exit code 1.
|
test (ubuntu-latest, 20.x):
src/runtime/test_case_runner_spec.ts#L61
Argument of type '{ eventBroadcaster: EventEmitter; stopwatch: IStopwatch; gherkinDocument: messages.GherkinDocument; newId: IdGenerator.NewId; ... 7 more ...; testRunContext: {}; }' is not assignable to parameter of type 'INewTestCaseRunnerOptions'.
|
test (ubuntu-latest, 20.x)
Process completed with exit code 1.
|
test (ubuntu-latest, 18.x):
src/runtime/test_case_runner_spec.ts#L61
Argument of type '{ eventBroadcaster: EventEmitter; stopwatch: IStopwatch; gherkinDocument: messages.GherkinDocument; newId: IdGenerator.NewId; ... 7 more ...; testRunContext: {}; }' is not assignable to parameter of type 'INewTestCaseRunnerOptions'.
|
test (ubuntu-latest, 18.x)
Process completed with exit code 1.
|
test (windows-latest, 20.x):
src/runtime/test_case_runner_spec.ts#L61
Argument of type '{ eventBroadcaster: EventEmitter; stopwatch: IStopwatch; gherkinDocument: messages.GherkinDocument; newId: IdGenerator.NewId; ... 7 more ...; testRunContext: {}; }' is not assignable to parameter of type 'INewTestCaseRunnerOptions'.
|
test (windows-latest, 20.x)
Process completed with exit code 1.
|
test (windows-latest, 18.x):
src/runtime/test_case_runner_spec.ts#L61
Argument of type '{ eventBroadcaster: EventEmitter; stopwatch: IStopwatch; gherkinDocument: messages.GherkinDocument; newId: IdGenerator.NewId; ... 7 more ...; testRunContext: {}; }' is not assignable to parameter of type 'INewTestCaseRunnerOptions'.
|
test (windows-latest, 18.x)
Process completed with exit code 1.
|