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
We have an unexpected behavior in our recink-e2e component for the case when assertion fails.
Issue can be reproduced by passing an non-existent dom element to the assertion class.
Bellow code can be used to debug and compare the behavior for recink-e2e component vs native testcafe assertion
browser is disconnected and closed when assertion failed
Throw Error step if dom element was not found on the page
custom error message is displayed
VS
recink run e2e component
We have an unexpected results here:
browser is not disconnected
Throw Error step was not executed
custom error message is not displayed
It is expected to extend all the native testcafe behavior for the assertions and recink e2e component should include all the debug and output information for the cases when test fails as well as closing browser connection in case of errors
Please let me know if any details are required ;)
The text was updated successfully, but these errors were encountered:
We have an unexpected behavior in our recink-e2e component for the case when assertion fails.
Issue can be reproduced by passing an non-existent dom element to the assertion class.
Bellow code can be used to debug and compare the behavior for
recink-e2e component
vsnative testcafe
assertionnative testcafe runner
We have all the expected steps and results here:
Throw Error
step if dom element was not found on the pageVS
recink run e2e component
We have an unexpected results here:
Throw Error
step was not executedIt is expected to extend all the native testcafe behavior for the assertions and recink e2e component should include all the debug and output information for the cases when test fails as well as closing browser connection in case of errors
Please let me know if any details are required ;)
The text was updated successfully, but these errors were encountered: