Is it possible to send a reason for Jasmine 2 specs skipped with xit or pending()?
问题 When we find a bug with one of our Protractor Jasmine2 specs, we usually want to skip the test until the bug has been resolved. I know how to do this with xit or pending() , and JasmineReporters TerminalReporter is doing a nice job of color highlighting and listing pending specs. However, the pending tests always report No reason given , which implies it is possible to give a reason for the skipped test. I currently comment the spec with an issue number, but it would be really nice to report