Florian Lüdiger
Florian Lüdiger
When trying to include the current snapsot version in a project like described in the readme, the artifact can not be retrieved and the following error occurs: ``` { "errors"...
Currently we only have a single log output when the report file is created. This makes it very hard to troubleshoot if something is not working.
The labels in the small sections of the bar charts are hard to read, so remove these and add larger labels when hovering over the chart.
If you have a lot of test classes, it would be nice to have them subdivided into packages for a better overview.
Currently the time spent on Spring related actions is calculated as follows: `Spring time = total time - test time` This way, all the time spent on other things that...
It would be nice, if the bar charts would scale with test duration, so a test that takes twice the time of another test should also get a bar chart...
From #82: > We also need to evaluate different testing frameworks for the frontend parts. > [Mocha](https://mochajs.org/) and [Jest](https://jestjs.io/) seem to be popular choices
This PR fixes #169
Due to an issue in the easy-rsa tool, the nopass option specified in [gen-root-ca#L30](https://github.com/balena-io/open-balena/blob/master/scripts/gen-root-ca#L30) does not work anymore and OpenSSL asks for a PEM password. [Link to the original issue](https://github.com/OpenVPN/easy-rsa/issues/554)...