This repo provides manual test examples used for demonstration purposes.
Refer to the Manual Overview for more details.
Testspace will automatically discover manual tests - called "test specs" - captured in your repository. Manual tests are implemented using plain text markdown and managed in GitHub.
---
testspace:
---
# Hello
## Case 1
- do this
- do that
## Case 2
..
Check out the github.dev web-based editor for creating and editing manual tests.
Testspace offers the following unique functionality regarding Manual testing:
- Integration with GitHub Repositories
- Built-in Liquid templating language support
- Automated Fixturing
- GitHub issues integration
- Exploratory testing built-in
How to implement and run manual tests based on a repository can be found in the Testspace Help Tutorial section.