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

[BUG] Acceptance test problems #2337

Closed
cableman opened this issue Feb 21, 2024 · 1 comment
Closed

[BUG] Acceptance test problems #2337

cableman opened this issue Feb 21, 2024 · 1 comment

Comments

@cableman
Copy link
Contributor

I am not able to run the codeception locally as I am using a clean docker compose setup (locally security approved) and the bootstrap.php file for the tests tries to run docker compose commands by starting processes (but I am already in a PHP container) and also tries to start node in the same container (one container on process/job).

It seams to me that codeception (or the way it is used in this project) is not docker only development environment friendly. In its current setup it is not possible to run the test without have everything installed locally (which for us is not possible).

In actions the tests fails with The command "'npx' 'selenium-standalone' 'install'" failed. see #2326

Are there any thoughts about using an clean php-unit to do unit test? If I look at https://codeception.com/docs/AcceptanceTests is seams that selenium is not a requirement and everything test related could stay in PHP land.

@cableman
Copy link
Contributor Author

Ohhh... I see the WebDriver part now.

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