xxxxxxxxxx// Lets go to dev.toI.goTo("https://dev.to")// Fill up searchI.fill("Search", "uilicious")I.pressEnter()// I should see myself or my co-founderI.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" XDHi, 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!