Skip to content

This is a template repository to create test-ware for evaluating certain (Python) test automation tools.

License

Notifications You must be signed in to change notification settings

Idea-Pool/evaluation-py-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To use this template, clone a new repository based on this and

  1. Fill out this README.md, guided by the tasks below
  2. 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.
  3. Delete this quotation
  4. Delete tasks from all files

evaluation-py-template

  • 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.

Prerequisites

  1. Python 3.8+
  2. Pip
  3. Add additional prerequisites if necessary

Framework used

  • Add name of the framework
  • Add URL to the homepage and API docs of the framework
  • Add brief description of the framework

Test cases

The implemented test cases can be found in TBD.md.

  • Update, which test case set is used

Setup

pip install -r requirements.txt
  • Add additional setup instructions if necessary

Execution

python TBD
  • Add additional instructions to run tests

About

This is a template repository to create test-ware for evaluating certain (Python) test automation tools.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks