Hello, I am using wdio-html-nice-reporter 8.0.4 and wdio 7.25.0 and found that the master report cannot be generated when there are long(many steps) test suites.
There are 7 test suites, each with its own reports, when aggregating, I got an error in log: Html Generation processing ended in error: RangeError: Invalid string length
I tried to run the specs individually, and for 5 out of 7 the master report was generated, and for the other 2 the error specified above was triggered because they are quite large.
Hello, I am using wdio-html-nice-reporter 8.0.4 and wdio 7.25.0 and found that the master report cannot be generated when there are long(many steps) test suites.
There are 7 test suites, each with its own reports, when aggregating, I got an error in log: Html Generation processing ended in error: RangeError: Invalid string length
I tried to run the specs individually, and for 5 out of 7 the master report was generated, and for the other 2 the error specified above was triggered because they are quite large.
package.json:
wdio..conf.js: