Skip to content

Commit b3d4f47

Browse files
authored
Merge pull request #2 from dreamquality/copilot/fix-tests-and-add-guide
Fix keywords.robot syntax errors and add test writing guide
2 parents ee1d124 + 0316ae0 commit b3d4f47

3 files changed

Lines changed: 455 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,17 @@ This command will start a local server and automatically open the report in your
9393

9494
The project is set up to run tests automatically via GitHub Actions, with results being uploaded as an artifact and a Slack notification sent (if configured).
9595

96+
## Writing Tests
97+
98+
For a comprehensive guide on how to write tests for this project, see [WRITING_TESTS.md](WRITING_TESTS.md).
99+
100+
The guide covers:
101+
- Project architecture and Page Object Model
102+
- Step-by-step test creation
103+
- Best practices and common patterns
104+
- Troubleshooting tips
105+
- Quick reference for common keywords
106+
96107
## Notes
97108

98109
- **FIXED**: All syntax errors that prevented the TAF from running have been resolved
@@ -102,3 +113,4 @@ The project is set up to run tests automatically via GitHub Actions, with result
102113
- Update the credentials and variables in the `variables/global_variables.robot` and `variables/login_data.json` files as needed
103114
- Adjust the browser settings and other configurations in `variables/config.robot`
104115
- See `RUNNING_TESTS.md` for detailed configuration options
116+
- See `WRITING_TESTS.md` for a comprehensive guide on writing tests

0 commit comments

Comments
 (0)