xxxxxxxxxxI.goTo("https://github.com/login")// Set the Resolution to 2560 x 1440UI.resize("2560x1440")// Set the viewport to 1920 x 1080UI.resize("1920x1080", {target: "viewport"})// Set the Resolution to a Mobile ResolutionUI.resize("1080x1920")I.fill("Email", "[email protected]")I.fill("Password", "supersecretpassword")I.click("Sign in")I.see("Incorrect username or password.")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!
9s (4s)
1.
[start of test]
2.
I go to "https://github.com/login"
2.0s
3.
Resize window to 2560x1440.
0.1s
4.
Resize window to 1920x1080.
0.1s
5.
Resize window to 1080x1920.
0.1s
7.
I fill "Password": "supersecretpassword"
0.6s
8.
I click "Sign in"
9.
I see "Incorrect username or password."
0.1s
10.
[end of test]