We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We want to run End to End tests by running a browser instance, installing the extension, and clicking on the page to see the extension in action.
The requirements:
Currently can't visit StackOverflow.
Headless Chrome can't load extensions.
Managed to run Chrome with an extension, but the solution for headless didn't work. Firefox extension is not supported.
The text was updated successfully, but these errors were encountered:
I can try to use Playwright I have some experience with it. not with extensions but I think they have some sort of solution for it.
Sorry, something went wrong.
@ETtestim Yes, please! I will appreciate it.
Please see the updated first message here, I listed the requirements.
@ETtestim implemented it with Playwright and Chrome, works in headless mode. #84
ETtestim
No branches or pull requests
We want to run End to End tests by running a browser instance, installing the extension, and clicking on the page to see the extension in action.
The requirements:
Cypress
Currently can't visit StackOverflow.
Selenium
Headless Chrome can't load extensions.
Playwright
Managed to run Chrome with an extension, but the solution for headless didn't work.
Firefox extension is not supported.
The text was updated successfully, but these errors were encountered: