xxxxxxxxxx// 🌐 Lets load up the websiteI.goTo("https://au.koala.com/")I.see("australia's highest-rated mattress brand")// 🤓 JS mode : In case there is a popup, this is done// programatically with the $ suffix for a command// (does not success or fail the script)if( I.see$("fancy a deal?") ) { I.click$(".modal__action-close")}// 👉 Lets click on somethingI.click("PILLOW")// ⏰ And see if it loadsI.amAt("https://au.koala.com/products/koala-pillow")// 🛒 And see if the product is thereI.see("koala pillow")//// 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.