xxxxxxxxxx
// ๐ Lets load up the website
I.goTo("https://my.nintendo.com/")
I.see("Get started with My Nintendo!");
โ
// ๐ Lets click on something
I.click("news")
โ
// โฐ And see if it loads
I.amAt("https://my.nintendo.com/news")
โ
// ๐ And look around
I.see("News")
โ
//
// Intrested 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!