You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need guidance on integrating a custom Mocha reporter into my test suite to effectively filter out specific test cases from the generated test report based on tags. Specifically, I require a solution to exclude certain test cases, such as those using custom tags, from appearing in the test report.
I want to make this custom tags in js. The version of mochawesome ^7.1.3.
The text was updated successfully, but these errors were encountered:
I need guidance on integrating a custom Mocha reporter into my test suite to effectively filter out specific test cases from the generated test report based on tags. Specifically, I require a solution to exclude certain test cases, such as those using custom tags, from appearing in the test report.
I want to make this custom tags in js. The version of mochawesome ^7.1.3.
The text was updated successfully, but these errors were encountered: