0.3.7 • Published 5 years ago

ter-automation-framework v0.3.7

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

TER Automation Framework

Motivation

The most painful think about all the automation testing framework is you need to know how to code (script, at least). This framework allow you to write automation testing script without any coding knowledge.

Function

  • Write automation test script with JSON format
  • Convert JSON test script to automation framework script (cypress, nightwatch, detox, ...)
  • Support module, for shorter script
  • Support GUI in the future

Quick start

  • Install the library
yarn global add ter-automation-framework
# or
npm install ter-automation-framework -g
  • Create the config with following tree
.ter/
└── automation-framework
    └── config.json
  • Content of config.json (for example: cypress)
{
  "input_folder": "test/testcase",
  "module_folder": "test/module",
  "output_folder": "test/cypress/integration",
  "output_platform": "cypress"
}
  • Write test case

  • Convert

ter-automation-framework convert

User manual

0.3.7

5 years ago

0.3.6

5 years ago

0.3.5

5 years ago

0.3.4

5 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago