From d6aa933612ce4698b948bb718ed5138af0ff4bf6 Mon Sep 17 00:00:00 2001 From: Petr Hajduk Date: Fri, 30 Jun 2023 10:46:48 +0300 Subject: [PATCH] drafting the testing instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0161c391..8ff82849 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,12 @@ EMME and EMME-Python versions can be set in [versions.js](src/versions.js), affe See also: [Electronforge.io](https://www.electronforge.io/) +## Testing + +Helmet UI should be tested both with mock run and Emme run before proceeding to the releases. +Testing instructions: +Create separate folder for testing, build and run UI. Testing on the Emme machine also possible with the binary from `npm run make`. + ## Version control [Git](https://git-scm.com/) is used as the primary tool for version control and `master` branch is the main development line, aka. bleeding edge.