webdriverio/webdriverio
View on GitHub[💡 Feature]: provide a richer return interface for the launcher
Open
#11,909 opened on Dec 20, 2023
Idea 💡help wanted
Repository metrics
- Stars
- (6,029 stars)
- PR merge metrics
- (Avg merge 15d 15h) (48 merged PRs in 30d)
Description
Is your feature request related to a problem?
Currently we only return the exitCode when starting the WDIO CLI Launcher programmatically.
Describe the solution you'd like.
A user might have iterest in more information, e.g.
- number of passing, failing, retried tests
- duration of test run
- what else?
Let's also update the smoke tests were we had to scan some log files to get these information.
Describe alternatives you've considered.
n/a
Additional context
This is a breaking change, so scheduling it for v9 release.
Code of Conduct
- I agree to follow this project's Code of Conduct