Skip to content
New issue

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

End to end CDP tests #313

Open
francisbouvier opened this issue Nov 28, 2024 · 0 comments
Open

End to end CDP tests #313

francisbouvier opened this issue Nov 28, 2024 · 0 comments
Labels
CDP Chrome Debug Protocol Workflow

Comments

@francisbouvier
Copy link
Member

We need to add end to end CDP tests to ensure no regressions on the websocket/stream/CDP features (where unit tests are not possible).

To start we want to test the demo Puppeteer script on the demo website on both Linux and MacOS, with multiple executions (at least 2).

This require having:

  • the lightpanda binary launched in server mode (websocket)
  • the go application serving the demo website
  • a Node JS environement to launch the Puppeteer script (and checking the results)

Gradually we can add more client scripts libs (Playwright, ChromeDP) and more test cases.

The idea is to use Github actions for that.

@francisbouvier francisbouvier added CDP Chrome Debug Protocol Workflow labels Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CDP Chrome Debug Protocol Workflow
Projects
None yet
Development

No branches or pull requests

1 participant