xxxxxxxxxx
// ๐ Lets load up the website
I.goTo("https://clarity.design/")
I.see("Clarity Design System");
โ
// ๐ Lets click on something
I.click("Community")
โ
// โฐ And see if it loads
I.amAt("https://clarity.design/community")
โ
// ๐ And say hi to the team
I.see("Clarity Team")
I.see("Jehad Affoneh")
I.see("Jeeyun Lim")
I.see("Cory Rylan")
โ
//
// Intrested to do more complex test scripts for your website?
// Heade 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!