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
If you use the provided describe/it/before, etc., a queue manages control flow and allows you to structure your test code as if they were being executed synchronously.
I found this to be much simpler, after making my own fork of this wrapper and using it for a while.
Ultimately, I found that for my scripts, I was spending a lot of time writing new Chai wrapper code and it was simpler--both more readable and more obvious what was happening--when I just used the provided tools in the selenium-webdriver package.
I'm using this library in place of
chai-webdriver
in order to deal withPromises
and to drop thedone()
callbacks.I wonder if it is recommended to use it or is there a new recommended way?
Thank you for your advice.
The text was updated successfully, but these errors were encountered: