xxxxxxxxxx
// 🌐 Lets load up the website
I.goTo("https://github.com/login")
// 📝 Lets fill up the form
I.fill("Email", "[email protected]")
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!
Hello!
You haven't ran a test yet.
Write a test in the editor,
and hit the "Run" button run the test.