You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,10 @@ A cli tool to manage executable test cases.
14
14
The vision of this tool is to have a tool agnostic file based approach to maintain test cases. A common workflow looks like the following:
15
15
16
16
1. Team creates Use-Cases
17
-
2. out of the Use-Cases Test-Cases will be defined (Test-Case type: Definition) - see [TC-Login-001 Definition sample](samples/Definitions/TC-Login-001.md)
17
+
2. out of the Use-Cases Test-Cases will be defined (Test-Case type: Definition) - see [TC-Login-001 Definition sample](samples/Definitions/localhost/TC-Login-001.md)
18
18
3. once a feature has been implemented the appropriate Test-Cases can be executed against an environment in an E2E automated manner
19
19

20
-
4. each run will be historied with Test-Cases known as Runs (Test-Case type: Execution) - see [TC-Login-001 Run sample](samples/Runs/TC-Login-001.md)
20
+
4. each run will be historied with Test-Cases known as Runs (Test-Case type: Execution) - see [TC-Login-001 Run sample](samples/Runs/localhost/TC-Login-001.md)
21
21
22
22
> Note: In case of escaping strings please use a backslash `\` followed by a double quote `"` (e.g. Locator=GetByText Text=\\"Invalid login attempt for user 'Albert'\\" Action=IsVisible)
0 commit comments