Regression: Custom reporter not working for multiple test files execution
See original GitHub issueThis 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? )
Issue Analytics
- State:
- Created 7 years ago
- Reactions:3
- Comments:21 (1 by maintainers)
Top Results From Across the Web
Run regression tests — Generic Model documentation
Run regression tests¶. The Python script regression_test.py runs a suite of regression simulations and compares the output to the reference output for each ......
Read more >How To Generate Mocha Reports With Mochawesome?
Mochawesome is a custom Mocha reporter that allows you to create standalone HTML/CSS test reports based on the execution of your Mocha test...
Read more >Run Test Cases In Parallel & Generate Reports Using Karate ...
This tutorial explains how to perform some basic operations on the API, run test cases in parallel & generate reports with Karate Framework....
Read more >Understanding Test Configurations in Angular - Bits and Pieces
These tests refer to the testing issues raised in the application over ... We can have multiple configuration protractor files that execute ......
Read more >Organizing Test Suite - WebdriverIO
Try to not have too many or too few tests in one file. ... Once your tests have several spec files, you should...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@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