cucumber-playwright
cucumber-playwright copied to clipboard
I tried to add a playwright config file. But I could not get it to work. The config file’s content looks like this: ``` import { defineConfig } from '@playwright/test';...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/upload-artifact](https://togithub.com/actions/upload-artifact) | action | major | `v3` -> `v4` | ---...
When starting the Chrome browser. Is there any way to start the extension like Metamask with the same context?
Hi! In my project I have expect that exceeds 5 seconds, how can i change the playwright settings with cucumber. (I already changed the setDefaultTimeout) Thank you :)
I am trying logs to allure report, but it's not working and moreover, it stopping recognizing the cucumber test suite. Can someone please help me? const allure = require('allure-commandline'); //...
Is it possible to load all pages into single ts file and use it in step definitions instead of initialising each class in the step def
Hi , I am able to get the reporter and all the attachments, screenshots. I am struggling to attach videos to the reporter. Can you please let me know if...
When using USE_ALLURE, I got the error with the latest sources: `TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension ".ts" for /Users/quocanh.tranquang/workspace/cucumber-playwright/src/support/reporters/allure-reporter.ts at new NodeError (node:internal/errors:405:5) at Object.getFileProtocolModuleFormat [as file:] (node:internal/modules/esm/get_format:79:11) at defaultGetFormat...
Hello, I've noticed that there is an issue with capturing screenshots for popup windows. When a scenario fails on a popup page, the screenshot does not include the popup page....
The stack trace is messed up due to ts-node and playwright overlapping in playing with the sourcemap
Hi. For your information, the fact ts-node and playwright both try to transpile typescript and play with the sourcemap, the stack trace is not reliable. See for instance the fork...