xxxxxxxxxxI.goTo("https://www.phptravels.net/")I.click("Login")I.fill("Email", "[email protected]")I.fill("Password", "supersecretpassword")I.click("Login")I.see("Wrong credentials. try again! ")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!
12s (4s)
1.
[start of test]
2.
I go to "https://www.phptravels.net/"
2.8s
3.
I click "Login"
5.
I fill "Password": "supersecretpassword"
0.6s
6.
I click "Login"
7.
I see "Wrong credentials. try again! "
0.1s
8.
[end of test]