xxxxxxxxxx
//Go to website
I.goTo("https://www.behance.net/")
//Accept Cookies
I.click("Enable All")
//Search for a project
I.fill("Search", "The Mandalorian")
I.pressEnter()
I.wait(5)
I.click("Images")
I.wait(5)
//Select Filters
I.click("Creative Fields")
I.click("Graphic Design")
I.click("Tools")
I.click("Adobe Photoshop")
I.click("Baby Yoda")
I.wait(5)
I.see("The Mandalorian Baby Yoda")
//Choose a Project
I.see("Yann Dalon")
I.hoverOn("Yann Dalon")
I.click("Star Wars - Mandalorian")
//View Full Project
I.click("View Full Project")
//Click on appreciate button
I.click("Appreciate")
I.wait(5)
I.see("Appreciated")
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!
1m 4s (24s)
1.
[start of test]
2.
I go to "https://www.behance.net/"
1.7s
3.
I click "Enable All"
4.
I fill "Search": "The Mandalorian"
1.2s
5.
I press "Enter"
0.3s
6.
I wait for 5s
5.0s
7.
I click "Images"
8.
I wait for 5s
5.0s
9.
I click "Creative Fields"
10.
I click "Graphic Design"
11.
I click "Tools"
12.
I click "Adobe Photoshop"
13.
I click "Baby Yoda"
14.
I wait for 5s
5.0s
15.
I see "The Mandalorian Baby Yoda"
0.1s
16.
I see "Yann Dalon"
0.1s
17.
I hover on "Yann Dalon"
0.5s
18.
I click "Star Wars - Mandalorian"
19.
I click "View Full Project"
20.
I click "Appreciate"
21.
I wait for 5s
5.0s
22.
I see "Appreciated"
0.1s
23.
[end of test]