e2e retry blog post - example test format
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
describe(‘my e2e test’, () => { | |
// some initial steps | |
it(‘fills out a form and navigates to the next step’, () => { … }); | |
// more testing | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment