Skip to content

Conversation

@gibiw
Copy link
Contributor

@gibiw gibiw commented Nov 11, 2024

const { Given, Then } = require('cucumber');

Given('I have a step with attachment', async function () {
  await this.attach('Hello, world!', 'text/plain');
});

Then('I have a step with attachment', async function () {
  await this.attach('Hello, world!', 'text/plain');
});

```js
const { Given, Then } = require('cucumber');

Given('I have a step with attachment', async function () {
  await this.attach('Hello, world!', 'text/plain');
});

Then('I have a step with attachment', async function () {
  await this.attach('Hello, world!', 'text/plain');
});
```
@gibiw gibiw enabled auto-merge (rebase) November 11, 2024 13:59
@apetrosyan1613 apetrosyan1613 self-requested a review November 11, 2024 13:59
@gibiw gibiw merged commit 4f5e80d into main Nov 11, 2024
@gibiw gibiw deleted the feat/cucumber branch November 11, 2024 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants