xxxxxxxxxx
// Here's an example to help you get started!
I.goTo("https://github.com")
I.click("Sign up")
I.see("Join GitHub")
I.fill("Username", "brucewayne")
I.fill("Email", "[email protected]")
I.fill("Password", "supersecretpassword")
I.click("Create an account")
//
// Btw for a product hunt example of an actual more complex bug
// https://twitter.com/picocreator/status/1056148195317710852
//
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.