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

Gateway Behat tests run on Github Actions #397

Open
phavekes opened this issue Nov 30, 2024 · 1 comment
Open

Gateway Behat tests run on Github Actions #397

phavekes opened this issue Nov 30, 2024 · 1 comment

Comments

@phavekes
Copy link
Member

This issue is imported from pivotal - Originaly created at Apr 7, 2020 by Michiel Kodde

One of the goals of the release 17.1 was to add functional test coverage. Running Behat tests (with Selenium + ChromeDriver) has proven to be a somewhat instable test setup.

To address that, Github Actions have been used combined with a test setup based on Docker containers. This works fine for now for all other QA tests. However running all behat tests on Github actions does not function perfectly yet.

What holds back the test setup is mainly the use of Symfony Assetic combined with MOPA bootstrap bundle. Symlinks used for building the mopa bootstrap assets are not working correctly.

See the tasklist below for more details about the work to be done

@phavekes
Copy link
Member Author

After discussion with the team we decided not to drop Assetic for now. We do want to move to Symfony Encore in due time. But this is no requirement at this moment. Removing the Mopa Bootstrap bundle was priority though. (Michiel Kodde - Apr 9, 2020)

@phavekes phavekes removed their assignment Nov 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: New
Development

No branches or pull requests

1 participant