artes 1.2.28 → 1.2.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "artes",
3
- "version": "1.2.28",
3
+ "version": "1.2.29",
4
4
  "description": "The simplest way to automate UI and API tests using Cucumber-style steps.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -151,7 +151,7 @@ After(async function ({ pickle, result }) {
151
151
  const screenshotBuffer = await context.page.screenshot({ type: "png" });
152
152
 
153
153
  await allure.attachment(
154
- pickle.name.replaceAll(" ", "_"),
154
+ "Screenshot",
155
155
  screenshotBuffer,
156
156
  "image/png"
157
157
  );