balto icon indicating copy to clipboard operation
balto copied to clipboard

BAlto is a Language independent Test Orchestrator

Results 9 balto issues
Sort by recently updated
recently updated
newest added

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4. Commits ebdf849 1.3.4 ac57872 move all allocUnsafes to allocs for easier maintenance c64c950 1.3.3 0598ba1 fix .. in encodingLength 010aedb 1.3.2 0d0d593 backport encodingLength...

dependencies

Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. Changelog Sourced from ssri's changelog. 6.0.2 (2021-04-07) Bug Fixes backport regex change from 8.0.1 (b30dfdb), closes #19 Commits b7c8c7c chore(release): 6.0.2 b30dfdb fix: backport...

dependencies

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies

Part of Balto could be reused by other applications. Instead of having the same Python package for end-users and for reusability, I think it would be better to have a...

enhancement

SSH support could be helpful to have. We need a library to interact with a ssh connection and Asyncio. We also need a way to "choose" on which remote host...

enhancement

Currently, Balto is running in a console. It would be helpful if we could launch balto on a directory and it would run in the background. Bonus point for having...

enhancement

Sometimes (apparently randomly?), I get an error like this: ![image](https://user-images.githubusercontent.com/37565/46858321-558bfd80-ce0b-11e8-80e4-b2432b7019fc.png) I haven't been able to reproduce it consistently just yet, this doesn't happen very often with the example test suite....

Hi, For the sake of [consistency](https://www.joelonsoftware.com/2001/10/24/user-interface-design-for-programmers/) with how other test runners work (e.g. Eclipse/Pycharm test-runner plugins), I believe it would be best to clean the results of the previous run...