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!
7s (2s)
1.
[start of test]
2.
I go to "https://github.com/login"
0.8s
4.
I fill "Password": "supersecretpassword"
0.7s
5.
I click "Sign in"
6.
I see "Incorrect username or password."
0.1s
7.
[end of test]