nightwatch: Regression: Custom reporter not working for multiple test files execution
This seems broken since v0.9.0 release. Custom reporter works with just one test file execution but doesn’t work when executing a set of test files. This is for both approaches, --reporter and reporter method in external globals file.
I tried with v0.8.18 and it works fine for any test executions.
Its surprising that no one even reported this issue (does that mean nobody is using this feature? )
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Reactions: 3
- Comments: 21 (1 by maintainers)
Commits related to this issue
- Reproduce bug nightwatchjs/nightwatch#1205 with v1.0.6 — committed to aberonni/nightwatch-bug-report by aberonni 6 years ago
@lreading we have a workaround in place that uses the global
afterEachhook. Theclientparameter contains acurrentTestproperty with which we update a json.This is a rough example (might need some readaption to work correctly).
+1. Able to reproduce in 0.9.19