Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

test-env-generator

AndriyNikiforov463ISC2.5.5

tool for generate env with all needed solution

qa, generator, testing, tests, environment, appium, selenium, selenium-webdriver, webdriver.io, mocha, jest, test-case, docker, docker-compose

readme

Test env generator

Package Quality

DeepScan grade

BCH compliance

Maintainability

install size

TEG is a tool for generate skeleton for fast start write tests.

Installation

npm install test-env-generator -D

Usage

  • Run generator with path where must be unzip teg cli_name:cli
  • Run help comand teg -h

CLI list:

  • file:cli
  • git:cli
  • user:rep
  • test:cli

Available skeleton's

  • selenium
  • appium
  • webdriver.io
  • locus
  • python selenium
  • lighthouse (chrome dev tool for testing pages) + jest

Help command

  • teg or teg -h - show base information about commands

HOW TO MAKE SCREENSHOT

ABOUT

CHROMEDRIVER OPTIONS

OPTIONS

CHANGELOG

CHANGELOG

FUTURES

FUTURES

License

ISC

Contributing guide

CONTRIBUTING

Api documentation

API

Bugs

If you found bug or problem, please make issues in git repository. And if you can please make review my code.

Code of conduct

CODE_OF_CONDUCT

Pull request template

PULL_REQUEST

Thanks for using

changelog

CHANGELOG

V2.1.0

  • Add generation python selenium
  • Refactoring
  • Update README.md

V2.0.0

  • Add generation docker files api
  • Refactoring
  • Add locus for load testing

V1.8.0

  • Refactoring
  • Add template table test case

V1.7.5

  • Refactoring
  • Add package with jest
  • Add file with chromedriver options

V1.5.9

  • Refactoring
  • Update ui
  • Add generator test steps doc

V1.5

  • Refactoring
  • Update api
  • Add generator test case doc

V1.3

  • Refactoring
  • Update api
  • Add api documentation

V1.2

  • Make better user interface
  • Refactoring
  • Add git api for generate assets

V1.1

  • Add helper module.
  • Refactoring.

V1

  • Add generator appium, slenium, webdriver.io skeletons.
  • Refactoring code.
  • Add linters config.