Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1005 Bytes

README.md

File metadata and controls

40 lines (23 loc) · 1005 Bytes

KoalaJS

Your companion tool for mobile QA

In development!

Use, test, contribute:


Currently, there is no package available, so must be started from the repo

Must have node and npm installed.

Should be working for any electron supported system, but currenly tested only on Windows 10, Windows 11, and Ubuntu 18 LTS

git clone this_repo
npm i
npm start

PR requests, issues, and features should be submitted to https://github.com/nkborba/KoalaJS


FAQ

  • Why Koala?

@nkborba is the only one able to ever answer that.

  • Why JS?

This project was done previously in plain Java Swing. We wanted to see other options and we wanted also to use JS, as we already explored with Java, and we were using Python for other projects. It should be multiplatform, so C# was ruled out, and C++ was ruled out of our league at the time. Electron was there, documented, in large scale usage, so why not JS?