Skip to content

Basic framework that can be put together quickly to start making automated tests.

License

Notifications You must be signed in to change notification settings

AdamKatona/mocha-autotest

Repository files navigation

Prerequisites for this project:

  • NodeJS (preferable v6 major version with npm 3, not node v8 & v8+)
  • VS Code IDE

Installing and starting the project:

~From command line/terminal

  • npm install
  • npm test

For creating VS Code project and apply configs used by me in the IDE, run install.cmd For generating an install.cmd from your own configs, use the following command line script (without the quotes): "for /F "tokens=*" %i in ('code --list-extensions') do @echo call code --install-extension %i >> install.cmd"

Make sure it is inserted as a single line (and remove erroneus lines if any, by editing the .cmd file)

ALSO you can use Settings Sync plugin for VS Code (See link for exact description)

  • GIST ID : ce43645b2eea0879821a31f5bbd1487a .
  • Please copy and use this ID in other machines to download settings.

Shortcuts:

  1. Upload Key : Shift + Alt + U
  2. Download Key : Shift + Alt + D

Other useful links:

About

Basic framework that can be put together quickly to start making automated tests.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published