Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.04 KB

File metadata and controls

35 lines (21 loc) · 1.04 KB

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 in TESTCASES.md
  3. Delete this quotation
  4. Delete tasks from all files

evaluation-template

  • Update name to evaluation-(framework name) here and in package.json too

This is a template repository to create test-ware for evaluating certain 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. 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 TESTCASES.md.

Setup

  • Add additional setup instructions if necessary

Execution

  • Add additional instructions to run tests