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 looking for adventures!I.see("Experiences")I.click("Experiences")I.see("Top-rated experiences")// ✍️ And fill it up and search 👀!I.fill("Search", "Singapore")I.pressEnter()I.see("Explore experiences")// 😎 Live like a local, you only live once// and try that out!I.see("Live like a local")I.click("Live like a local")// ℹ️ Let's make sure we are in the detail pageI.see("About your host")// 🤣 We need login anyway so let's just stop here//// 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.