xxxxxxxxxx// ๐ Lets load up the websiteI.goTo("https://github.com/login")โ// ๐ Lets fill up the formI.fill("Email", "[email protected]")I.fill("Password", "supersecretpassword")โ// ๐ Lets click on Sign inI.click("Sign in")โ// โ ๏ธ and properly check for the errorI.see("Incorrect username or password.")โ//// ๐ค Interested to do more testing// for your website? Head over to // - https://uilicious.com//// You can also find more example snippets at // - https://uilicious.com/explore///โโ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 (4s)
1.
[start of test]
2.
I go to "https://github.com/login"
2.3s
4.
I fill "Password": "supersecretpassword"
0.9s
5.
I click "Sign in"
6.
I see "Incorrect username or password."
0.1s
7.
[end of test]