Configure expect to not abort after a failed assertion.
29 views
Skip to first unread message
marco...@procontext.de
unread,
Nov 21, 2017, 11:19:08 AM11/21/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chai.js
Hello, I am using webdriver.io and chai. Is there a way to configure chai to not terminate the script if an assertion with expect fails, but to keep executing the script? Thansk.