To use this template, clone a new repository based on this and
- Fill out this README.md, guided by the tasks below
- Implement the test cases in the choosen framework which are listed either in test_cases/UI.md or test_cases/API.md, depending of the test level.
- Delete this quotation
- Delete tasks from all files
- Update name to evaluation-py-(framework name) here and in package.json too
This is a template repository to create test-ware for evaluating certain Python test automation tools.
- Update description to describe purpose of this repository, e.g. This is a test-ware for evaluation FRAMEWORK test automation tool.
- Python 3.8+
- Pip
- Add additional prerequisites if necessary
- Add name of the framework
- Add URL to the homepage and API docs of the framework
- Add brief description of the framework
The implemented test cases can be found in TBD.md.
- Update, which test case set is used
pip install -r requirements.txt
- Add additional setup instructions if necessary
python TBD
- Add additional instructions to run tests