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 in TESTCASES_UI.md or TESTCASES_API.md, depending on the type of the tests.
- Delete this quotation
- Delete tasks in all files
- Update name to
evaluation-js-(framework name)
here and inpackage.json
too, including repository URLs.
This is a template repository to create test-ware for evaluating certain (JS) test automation tools.
- Update description to describe purpose of this repository, e.g. This is a test-ware for evaluation FRAMEWORK test automation tool.
- Node.js LTS
- 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 TESTCASES_UI.md or TESTCASES_API.md, depending on the type of the tests.
npm install
- Add additional setup instructions if necessary
npm test
- Add additional instructions to run tests