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
{{ message }}
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
Jest support for testing with promises and async/await.
[...]beforeEach(async()=>{awaitbrowser.driver.get('http://localhost:9876/en/home');});it('should be able to get the text',()=>{letel=webdriver.findElement(by.css('h2.mdl-color-text--blue-900'));expect(el.getText()).toEqual('Home');});[...]
The text was updated successfully, but these errors were encountered:
I'm going to go ahead and close this since there hasn't been much activity on it. I think we'd accept a pull request if folks want to add a framework adapter for Jest.
Jest seems like Jasmine.
Jest support for testing with
promises
andasync/await
.The text was updated successfully, but these errors were encountered: