xxxxxxxxxx
// 🌐 Lets load up the website
I.goTo("https://www.instagram.com/")
// ⏰ And see if it loads
I.see("Instagram");
// 😎 Lets try the login form
I.see("Log in")
I.click("Log in")
// 🐱 inboxkitten.com is our opensource
// disposable mail service
I.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.