xxxxxxxxxxI.goTo("https://github.com")// open mobile menu if the screen is narrowif(TEST.width < 1000){ I.click("Toggle navigation")}I.click("Sign in")// fill in the sign in formI.fill("Username", "brucewayne")I.fill("Email", "[email protected]")I.fill("Password", "supersecretpassword")I.click("Sign in")// check for errorsI.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!
41s (8s)
1.
[start of test]
2.
I go to "https://github.com"
6.7s
3.
I click "Sign in"
4.
I fill "Username": "brucewayne"
0.5s
6.
I fill "Password": "supersecretpassword"
0.6s
7.
I click "Sign in"
8.
I see "Incorrect username or password"
0.1s
9.
[end of test]