Sorry, we don't support your browser.  Install a modern browser

Linking errors on failed tests to assertions#56

Currently, for a Codecept failed test, we get an error
e.g.
Element “{“type”:”xpath”,”output”:”Email Address”,”strict”:false,”value”:”//input[@label=\”Email Address\”]”}” was not found by text|CSS|XPath

It would be good if this linked to the assertion/test step, so that it was clear at what step the test had failed.

Possibly could be achieved by tracking status of each step and screenshot on fail like Allure reporting does.

3 years ago