cucumber-js-tsflow icon indicating copy to clipboard operation
cucumber-js-tsflow copied to clipboard

Provides 'specflow' like bindings for Cucumber.js in TypeScript 1.7+.

Results 28 cucumber-js-tsflow issues
Sort by recently updated
recently updated
newest added

cucumber supports [BeforeAll and AfterAll](https://github.com/cucumber/cucumber-js/blob/master/docs/support_files/hooks.md#beforeall--afterall) Is there a way to support that via cucumber-js-tsflow? thanks!

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 [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

* Remove the behaviour of prepending @ to tag. #45 * Add passing wrapperOptions to cucumber.js #68 #42 * Add timeout support for hooks #72 * Add run config for...

Hi all, I am a bit lost while trying to run the cucumber testing with LitElement, Typescript and @open-wc/testing. POC repo is here: https://github.com/Taewa/cucumber-ts-lit-element When I run the test `npm...

I got this error while trying to run my project with version 4.0.0-rc.1 . Program fails on classes tagged as @binding. Downgrading the version of cucumber-tsflow to 3.4.1 seemed to...

Hi, I'm looking into using the framework to implement the cucumber tests in our project. Trying to use attach() to add logs in the reports is something I'm trying to...

It is a bit worrisome to see the last commit was Dec 2018 and as of this issue it is May 2020, two entire years later with no activity. Will...

Add support for BeforeAll() and AfterAll() hook. Hook decorator can only be put on the a static method of a bind() decorated class.