test-env-generator

tool for generate env with all needed solution

Usage no npm install needed!

<script type="module">
  import testEnvGenerator from 'https://cdn.skypack.dev/test-env-generator';
</script>

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