Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 341 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 341 Bytes

NW.js Testing Examples

Getting Started

JavaScript

  1. npm i to install Node modules
  2. npm t to run tests

Python

  1. npm i to install Node modules
  2. python3 -m pipenv install to install Python dependencies
  3. python3 -m pytest ./py/selenium/builder/test.py to run tests

Languages

  • Java
  • JavaScript
  • Python