This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Add a method to the framework adapters interface to run async code before each test #3894
Comments
This was referenced Dec 30, 2016
sjelin
added a commit
to sjelin/protractor
that referenced
this issue
Jan 19, 2017
sjelin
added a commit
to sjelin/protractor
that referenced
this issue
Jan 19, 2017
sjelin
added a commit
to sjelin/protractor
that referenced
this issue
Jan 20, 2017
sjelin
added a commit
to sjelin/protractor
that referenced
this issue
Jan 20, 2017
sjelin
added a commit
that referenced
this issue
Jan 20, 2017
sjelin
added a commit
that referenced
this issue
Jan 23, 2017
sjelin
added a commit
that referenced
this issue
Jan 26, 2017
igniteram
pushed a commit
to igniteram/protractor
that referenced
this issue
Feb 21, 2017
bodyduardU
pushed a commit
to bodyduardU/protractor
that referenced
this issue
Dec 5, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This will be used for things such as restarting the browser between tests. To avoid relying on control flow, we need to be able to run asynchronous things (like waiting for the new browser instance to start up).
This will look something like:
The text was updated successfully, but these errors were encountered: