Skip to content

Commit 8c3750a

Browse files
committed
added test tags
1 parent c4cb6b0 commit 8c3750a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

demo/tests/browser.robot

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,36 +20,42 @@ ${TODO_ID}= ${0}
2020
*** Test Cases ***
2121
Check App Title Test Environment
2222
[Documentation] Verifies the app title for the test environment
23+
[Tags] test-env app-title
2324
VAR ${PORT}= 3000 scope=SUITE # noqa
2425
Open Todo App
2526
Check App Title Test: Todo App
2627

2728
Check App Title Development Environment
2829
[Documentation] Verifies the app title for the test environment
30+
[Tags] dev-env app-title
2931
VAR ${PORT}= 3001 scope=SUITE # noqa
3032
Open Todo App
3133
Check App Title Development: Todo App
3234

3335
Check Test Environment Header
3436
[Documentation] Checks if the web app is in the test environment
37+
[Tags] test-env env-header
3538
VAR ${PORT}= 3000 scope=SUITE # noqa
3639
Open Todo App
3740
Check Header Environment Test Environment
3841

3942
Check Development Environment Header
4043
[Documentation] Checks if the web app is in the development environment
44+
[Tags] dev-env env-header
4145
VAR ${PORT}= 3001 scope=SUITE # noqa
4246
Open Todo App
4347
Check Header Environment Development Environment
4448

4549
Check Test Environment Color
4650
[Documentation] Checks the color of the header in test environment
51+
[Tags] test-env color
4752
VAR ${PORT}= 3000 scope=SUITE # noqa
4853
Open Todo App
4954
Check Header Color bg-red-400
5055

5156
Check Development Environment Color
5257
[Documentation] Checks the color of the header in development environment
58+
[Tags] dev-env color
5359
VAR ${PORT}= 3001 scope=SUITE # noqa
5460
Open Todo App
5561
Check Header Color bg-blue-400
@@ -63,6 +69,7 @@ Verify Url Navigation
6369

6470
Add And Delete Single Todo
6571
[Documentation] Tests the creation and deletion of a single todo in the app
72+
[Tags] regression
6673
VAR @{todos} Hold Robocon Workshop
6774
Open Todo App
6875
Add Todos To List @{todos}
@@ -74,6 +81,7 @@ Add And Delete Single Todo
7481

7582
Add And Delete Multiple Todos
7683
[Documentation] Tests the creation and deletion of multiple todos in the app
84+
[Tags] regression
7785
VAR @{todos} Charge Laptop
7886
... Install VSCode
7987
... Get To Know Robotcode

0 commit comments

Comments
 (0)