xxxxxxxxxx
// ๐ Lets load up the website
I.goTo("https://www.alibaba.com/")
I.see("My Alibaba")
โ
// ๐ Time to do some shopping!
I.fill("What are you looking for...", "CPU")
I.pressEnter()
โ
// โฐ And see if it loads
I.see("Processors")
โ
// ๐ Lets be nice to the alibaba folks,
// and not submit checkouts in production
โ
//
// 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!