xxxxxxxxxxI.goTo("https://styled-qr-code-generator.vercel.app/")// generate a qr codeI.select("Preset" , "uilicious preset")// download the qr codeI.click("Download QR Code as PNG")I.wait(5) // wait for download// upload the qr code to a readI.goTo("https://4qrcode.com/scan-qr-code.php")I.upload("#file-selector", "//downloads/qr-code.png")I.wait(5) // wait for processing// check the qr code dataI.filled("#file-qr-result", "https://uilicious.com/")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!
21s (16s)
1.
[start of test]
2.
I go to "https://styled-qr-code-generator.vercel.app/"
1.9s
3.
I select "Preset: uilicious preset"
0.1s
4.
I click "Download QR Code as PNG"
5.
I wait for 5s
5.0s
6.
I go to "https://4qrcode.com/scan-qr-code.php"
4.1s
7.
I upload "#file-selector": "//downloads/qr-code.png"
0.1s
8.
I wait for 5s
5.0s
9.
I filled "#file-qr-result": "https://uilicious.com/"
10.
[end of test]