xxxxxxxxxx// 🌐 Lets load up the websiteI.goTo("https://www.airbnb.com/")// ⏰ And see if it loadsI.see("Book unique homes and experiences.");// 😎 Let's 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, let's be nice to Airbnb 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.