Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Is there any way to expose the filename of the failing test from the results object? #173

Open
bradfrizzell opened this issue Apr 12, 2017 · 0 comments

Comments

@bradfrizzell
Copy link

I would like to be able to get the actual filename for a given test when inside the spec_complete callback as below

server.on('spec_complete', function(browser, result) {
   /**  would like to have result.filename here but only have result.suite */
}

Does anything like this exist / any advice on rolling my own?

I would also be satisfied with getting a single list at the end of all the tests for a given run that is all the files that had test failures in them.

Any advice would be helpful, thanks :D

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant