xxxxxxxxxx// 🌐 Lets load up the websiteI.goTo("https://www.instagram.com/")// ⏰ And see if it loadsI.see("Instagram");// 😎 Lets try the login formI.see("Log in")I.click("Log in")// 🐱 inboxkitten.com is our opensource// disposable mail serviceI.fill("email", "[email protected]")I.fill("password", "this-account-does-not-exist")// 🙏 This is production, lets be nice to Instagram folks// and not submit into production// I.click("Log in")//// Interested to do more complex test scripts for your website?// Head over to - https://uilicious.com//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.