We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 650d340 commit 45f4707Copy full SHA for 45f4707
demo/tests/02_web_app/__init__.robot
@@ -6,16 +6,16 @@ Library Process
6
Library Browser
7
8
Suite Setup Init Webapps And Browser
9
-Suite Teardown Stop Webapps And Close Browser
+Suite Teardown Close Browser And Stop Webapps
10
11
12
*** Keywords ***
13
Init Webapps And Browser
14
- [Documentation] Start Webapps and open browser
15
- Run Process hatch run start-webapps
+ [Documentation] Start Webapps instances and open browser
+ Run Process hatch run start-webapps
16
New Browser ${BROWSER} ${HEADLESS}
17
18
-Stop Webapps And Close Browser
19
- [Documentation] Stop Webapps and close browser
20
- Run Process hatch run stop-webapps
+Close Browser And Stop Webapps
+ [Documentation] Close Browser and stop web app instances
21
Close Browser
+ Run Process hatch run stop-webapps
0 commit comments