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

Javascript Image with Selenium and/or Headless Chrome #120

Open
jimmyliangacn opened this issue May 17, 2024 · 0 comments
Open

Javascript Image with Selenium and/or Headless Chrome #120

jimmyliangacn opened this issue May 17, 2024 · 0 comments

Comments

@jimmyliangacn
Copy link

In the Readme for the ploigos-tool-javascript image it notes:

"Note: selenium is a common framework used for user interface testing and UAT. The npm selenium web driver package requires java in order to execute selenium tests. For this reason, java is used as the base image"

Does this imply that during a downstream process one must install Selenium?

Additionally, in my experience I have seen many unit tests for js code utilize headless chrome for testing. Is this something that can be supported? I would like to run a command that resembles the following for my unit-test stage:

ng test --watch=false --browsers=ChromeHeadless

What would be the Ploigos way to support this method of unit testing for JS?

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

No branches or pull requests

1 participant