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")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!
SUCCESS!
15s (13s)
1.
I go to "https://github.com"
2.5s
2.
I click "Sign up"
3.6s
3.
I see "Join GitHub"
0.1s
4.
I fill "Username": "brucewayne"
1.2s
6.
I fill "Password": "supersecretpassword"
1.8s
7.
I click "Create an account"
1.6s
8.
[end of test]