Aslak Hellesøy

Results 70 issues of Aslak Hellesøy

This adds a `--json` option to the `show` and `fmt` commands. This opens up for advanced querying by piping to `jq`. Examples: ```shell # Get the latest released version ./changelog...

First off - thanks for this wonderful library. It's saved us a ton of time and simplified our code significantly. Well done! This is a fix for #94. I opted...

The generated files should not have a BOM in it - many compilers and interpreters (javac) fail on such files.

Hi all, Has anyone figured out how to combine mono/manyrepos with GitHub pull requests and CI? For my non-monorepo projects, each PR automatically gets built by Travis, which helps a...

### 🤔 What's changed? This adds a new `rerun` order that can be used with the `--order` option. ### ⚡️ What's your motivation? We are building a test case prioritization...

**Is your feature request related to a problem? Please describe.** I would like to capture the URL of the published report so I can notify an external system with the...

:white_check_mark: accepted
:zap: enhancement

We should allow users behind a HTTP(S) proxy to publish results. The implementation could be based on https://github.com/TooTallNate/node-https-proxy-agent

:white_check_mark: accepted
:zap: enhancement

It has no [read([size])](http://nodejs.org/api/stream.html#stream_readable_read_size) method. If it had, I'd be able to easily hook it up to ShareJS like this: ``` javascript var share = sharejs.server.createClient({backend: backend}); primus.on('connection', function (spark)...

feature
★★
planned

The Cucumber JSON format is deprecated in Cucumber-Ruby, Cucumber-JVM and Cucumber-js. The recommended replacement is [cucumber-messages](https://github.com/cucumber/cucumber/tree/master/messages). It would be great to implement support for this in godog, and deprecate the...

:zap: enhancement

Cucumber-JVM and Cucumber-Ruby now implement a `html` formatter based on the [standard html formatter](https://github.com/cucumber/cucumber/tree/master/html-formatter). The implementations are here: Java: * [MessagesToHtmlWriter.java](https://github.com/cucumber/cucumber/blob/master/html-formatter/java/src/main/java/io/cucumber/htmlformatter/MessagesToHtmlWriter.java) (library) * [HtmlFormatter.java](https://github.com/cucumber/cucumber-jvm/blob/main/core/src/main/java/io/cucumber/core/plugin/HtmlFormatter.java) (Cucumber-JVM formatter) Ruby: * [html_formatter.rb](https://github.com/cucumber/cucumber/blob/master/html-formatter/ruby/lib/cucumber/html_formatter.rb) (library)...

:zap: enhancement