Skip to content

Drafting the testing instructions #189

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down