Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

ng-qt/ng-test

Repository files navigation

ng-test

A test library for NodeGUI widgets

Installation

The recommended way of getting started is by utilizing our Qode image for Docker, which will set up a completely development & testing ready environment for you to use.

If you'd prefer not to use Docker, you'd need to specify the associated environment variables which can be found in the environment section and install the dependencies specified in the prerequisites as well.

$ yarn add -D @ng-qt/ng-test

Prerequisites

Usage

API documentation

Features

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