xxxxxxxxxx//// Testing for empty inbox//// Lets goto inbox kittenI.goTo("https://inboxkitten.com");I.see("Open-Source Disposable Email");// Go to a random inbox inboxI.fill("email", SAMPLE.id(22));I.click("Get Mail Nyow!");// Check that its emptyI.see("There for no messages for this kitten :(");//// Testing for regular email// (sent using a jenkins perodic build)//// Lets go back inbox kitten mailboxI.goTo("https://inboxkitten.com");I.see("Open-Source Disposable Email");I.fill("email", "ik-reciever-f7s1g28");I.click("Get Mail Nyow!");// See an email we expect, nyowI.see("Testing inboxkitten subject");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!