I am using gulp-mocha to execute my mocha tests with mochawesome-screenshots report
For a particular condition I should skip my test.
But in report and cli those tests are shown pending not skipped
I need to log the test which i skipped to be skipped not pending.
Thanks in advance.
Skipped tests are "Pending" by definition in mocha:
Anything skipped will be marked as pending, and reported as such.