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")
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!
14s (14s)
1.
I go to "https://github.com"
2.3s
2.
I click "Sign up"
3.8s
3.
I see "Join GitHub"
0.2s
4.
I fill "Username": "brucewayne"
1.1s
6.
I fill "Password": "supersecretpassword"
1.9s
7.
I click "Create an account"
3.1s