suman icon indicating copy to clipboard operation
suman copied to clipboard

🌇 🌆 🌉 Advanced, user-friendly, language-agnostic, super-high-performance test runner. http://sumanjs.org

Results 58 suman issues
Sort by recently updated
recently updated
newest added

https://github.com/webpack/webpack/issues/1421

http://www.screentogif.com/ "For recording used free software ScreenToGif, and after that uploaded .gif to Imgur." https://github.com/angular/material2/issues/5917

something like this: before: ```js it.cb('sync test', t => { t.assert.equal(++count, 2); t.assert.equal(t.supply.three, 3); t.done() }); ``` after: ```js const v = true; it.cb('sync test', isolated(t => { // v...

generate xunit ouput using this? https://github.com/peerigon/xunit-file

generate suman tests from selenium/browser commands

https://github.com/mochajs/mocha/blob/219edbabb590b71bb866e61c6d862b510dfdd6f3/.travis.yml ```yaml sudo: false # trust dist provides a modern build chain (as opposed to 'precise' dist) # which absolves us from having to install compilers and stuff dist: trusty...

from: https://github.com/stanleyhlng/mocha-multi-reporters ```js var mocha = new Mocha({ reporter: "mocha-multi-reporters", timeout: config.testTimeout || 60000, slow: config.slow || 10000, reporterOptions: { "reporterEnabled": "mocha-junit-reporter, tap", "mochaJunitReporterReporterOptions": { "mochaFile": "junit-custom.xml" } } });...

https://nodejs.org/api/async_hooks.html

https://github.com/ORESoftware/tap-emitter