xxxxxxxxxx
I.goTo("https://github.com/login")
I.fill("Email", "[email protected]")
I.fill("Password", "supersecretpassword")
I.click("Sign in")
I.see("Incorrect username or password.")
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!
9s (3s)
1.
[start of test]
2.
I go to "https://github.com/login"
1.4s
4.
I fill "Password": "supersecretpassword"
0.6s
5.
I click "Sign in"
6.
I see "Incorrect username or password."
7.
[end of test]