nwutils / nw-testing-examples

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 58.4%Language:Python 30.8%Language:HTML 10.8%