xxxxxxxxxx
// Lets go to dev.to
I.goTo("https://dev.to")
// Fill up search
I.fill("Search", "uilicious")
I.pressEnter()
// I should see myself or my co-founder
I.see("Shi Ling")
I.see("Eugene Cheah")
// Ok technically speaking : this test isnt done "properly"
//
// If lots of people starts posting on dev.to about uilicious,
// which is a possible legitimate scenerio. My name "Eugene Cheah"
// will be drowned out from the result, and the test will fail.
//
// But then again, that will be one test I would be glad to get
// a notification on if it ever "fails" XD
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.