Skip to content

Commit 5b226f0

Browse files
committed
docs: update sample paths in README for test case definitions and runs
1 parent 1ffe16a commit 5b226f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ A cli tool to manage executable test cases.
1414
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:
1515

1616
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)
1818
3. once a feature has been implemented the appropriate Test-Cases can be executed against an environment in an E2E automated manner
1919
![Sample Run](TC-001-Login-Run.gif)
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)
2121

2222
> 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)
2323

0 commit comments

Comments
 (0)