xxxxxxxxxx
// Here's an example to help you get started!
I.goTo("https://github.com")
I.click("Sign up")
I.see("Join GitHub")
I.fill("Username", "brucewayne")
I.fill("Email", "[email protected]")
I.fill("Password", "supersecretpassword")
I.click("Create an account")
//
// Btw for a product hunt example of an actual more complex bug
// https://twitter.com/picocreator/status/1056148195317710852
//
Hi, I'm TAMI (Test Authoring Machine Intelligence).
Let me assist you in writing a test. Tell me a scenario to test, and I’ll write the test script for you!
SUCCESS!
17s (14s)
1.
I go to "https://github.com"
2.2s
2.
I click "Sign up"
3.4s
3.
I see "Join GitHub"
0.2s
4.
I fill "Username": "brucewayne"
1.1s
6.
I fill "Password": "supersecretpassword"
1.8s
7.
I click "Create an account"
3.7s
8.
[end of test]