Vincent

Results 17 issues of Vincent

## Summary This is a follow up from [cucumber-ruby#1443](https://github.com/cucumber/cucumber-ruby/issues/1443). The user attaches a screenshot which is already encoded in `base64`. When we attach a file, we encode it once again...

:zap: enhancement

## Summary The current TS config does not raise any error when a function is declared as returning a specific type but still returns `null` or `undefined`. This may lead...

language: javascript
:wrench: build
:white_check_mark: accepted

## Summary HTML report are really heavy as they embed the whole messages stream. We can reduce the messages by pre-computing results data: - result - duration - timestamp -...

:zap: enhancement
language: ruby
language: java
language: javascript
library: cucumber-messages
library: cucumber-react
:cucumber: core team

In order to get a consistent API for attaching/logging images and text, we should rename the corresponding methods to `attach` and `log` Existing methods should be deprecated and removed in...

:zap: enhancement
language: ruby
language: java
language: javascript
:safety_pin: pinned

In #998, I've added `json-schema` as a dev dependency in all javascript modules so we would be able to run `eslint` again. As soon as there's a new release of...

language: javascript
:safety_pin: pinned

I'm trying to integrate `react-highlight-words` in a page where highlighting needs to be done on rendered HTML from one markdown (the project its Cucumber new HTML report). In this PR,...

This allows to have relative links at least with `npm`, I haven't tried with other package managers/languages. This should partially fix issue #7.

Note: this is work in progress and the goal is to get ideas. **TLDR:** it's a pain to support a new version of a test framework without breaking code for...

next-major-release

## Motivation and description of the pull request The command-line interface is currently pretty hard to use (there's currently 61 options and filters available and ``hiptest-publisher --help``is pretty hard to...

enhancement
next-major-release

Currently supported samples: - [x] hps-behat - [x] hps-behave - [ ] hps-csharp-nunit - [x] hps-cucumber-groovy - [x] hps-cucumber-java - [x] hps-cucumber-javascript - [x] hps-cucumber-ruby - [ ] hps-cucumber-typescript -...