An open API service indexing awesome lists of open source software.

https://github.com/nwutils/nw-testing-examples

Example of end-to-end testing for NW.js apps via JavaScript, Python and Java
https://github.com/nwutils/nw-testing-examples

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# NW.js Testing Examples

## Getting Started

### JavaScript

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

### Python

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

## Languages

- Java
- JavaScript
- Python