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
- Host: GitHub
- URL: https://github.com/nwutils/nw-testing-examples
- Owner: nwutils
- License: mit
- Created: 2024-04-13T12:39:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-20T07:47:20.000Z (about 1 year ago)
- Last Synced: 2025-01-13T11:24:24.972Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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