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

Add Testconainers support #241

Open
wurzelkuchen opened this issue Mar 22, 2024 · 1 comment
Open

Add Testconainers support #241

wurzelkuchen opened this issue Mar 22, 2024 · 1 comment
Assignees

Comments

@wurzelkuchen
Copy link
Contributor

wurzelkuchen commented Mar 22, 2024

To make working in encapsulated environments/containers more easy, we should add testcontainers to neodymium.

Work so far:
We already created a proof of concept which can be found in the branch testcontainer_playground. Have a specific look at the following commits:

Requirements:

  • a user should be able to toggle the usage of testcontainers on and off via configuration
  • this should support all of our supported browsers

Additionally:

  • research ways to make it possible to watch a browser performing a test with testcontainers
@wurzelkuchen
Copy link
Contributor Author

Please also check how testcontainers and services like browserstack interact. If those don't work together we might need to add assertions so users don't activate both at the same time and crash or get unexpected results.

georgkunze pushed a commit that referenced this issue Apr 10, 2024
Added testcontainer usage to Browserconfig
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

2 participants