Skip to content

Example of end-to-end testing for NW.js apps via JavaScript, Python and Java

License

Notifications You must be signed in to change notification settings

nwutils/nw-testing-examples

Repository files navigation

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

About

Example of end-to-end testing for NW.js apps via JavaScript, Python and Java

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published