xxxxxxxxxx
// ๐ Lets load up the website
I.goTo("https://github.com/login")
โ
// ๐ Lets fill up the form
I.fill("Email", "john@example.com")
I.fill("Password", "supersecretpassword")
โ
// ๐ Lets click on Sign in
I.click("Sign in")
โ
// โ ๏ธ and properly check for the error
I.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!