-
**Describe the bug:**
TSError: ⨯ Unable to compile TypeScript:
src/execution-scopes/test-run.ts(9,24): error TS7016: Could not find a declaration file for module 'node-config-ts'. 'C:/app/PaymentApp…
-
Updating to webpack 2.2.x requires quite a lot of work in the webpack configs ..
-
How do you emit the events in your test. So say I have a test and I want to send an attachment to allure. Can you give an example of how I do that in a mocha test?
-
Hi there,
I checked out your repo. It looks great. However it would seem the tests run twice when I run in parallel...
My use case is the following...
1) I have 2 feature files that have a scen…
-
Hello,
is there any way to limit number of workers e.g. to number_of_cores/2 ?
My test suite contains ~20 feature files and ~400 scenarios, so when I run tests in parallel with cucumber-parallel (by …
ghost updated
7 years ago
-
## Expected Behavior
Cucumber Html Report is available in SauceLabs Automated Test Results
## Actual Behavior
Cucumber Html Report is not available in SauceLabs Automated Test Results
## Step…
-
**Describe the bug**
Install
```
allure-cucumberjs@3.0.0
@cucumber/cucumber@11.0.1
```
Create `cucumber.js` file with content:
```
const path = require("path");
module.exports = {
defaul…
-
We need a `cucumber-junit-formatter` executable that reads messages from `STDIN` and writes JUnit XML to `STDOUT`. Any Cucumber implementation with a `message` formatter can then pipe generated messag…
-
using vscode, have .vscode/settings.json file with
```
{
"cucumber-quick": {
"tool": "cypress",
"script": "npx cypress-tags"
},
"cucumberautocomplete.steps": [
"cypre…
-
**Issue by [Saravana9210](https://github.com/Saravana9210)**
_Friday Nov 17, 2017 at 07:20 GMT_
_Originally opened as https://github.com/xolvio/chimp/issues/664_
----
I'm planning to use chimp …