@ng-qt/ng-test
v0.0.3
Published
A test library for NodeGUI widgets
Downloads
2
Readme
ng-test
A test library for NodeGUI widgets
Features
- [x] keyClick
- [x] keyPress
- [x] keyClicks
- [ ] keyRelease
- [ ] addColumn
- [ ] addRow
- [ ] keyEvent
- [ ] mouseClick
- [ ] mouseMove
- [ ] mousePress
- [ ] newRow
- [ ] mouseRelease
- [ ] touchEvent
Installation
Usage
Development
The recommended way of getting started with contributing is using Docker
If you already have QMake, Qt5, Node.js and CLang & friends installed on your system, and don't want to use Docker, go over to the Docker image for Qode and set the same environment variables.
Run the following command to start the ng-test development environment for Docker and install the required build dependencies
The project context will be shared with Docker, which means any changes made on your system, or in the container will be reflected to one another.
$ ./docker-dev.sh