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!
Hello!
You haven't ran a test yet.
Write a test in the editor,
and hit the "Run" button run the test.