MarineB210 / calculator-cucumber-2024

This repository is used for teaching purposes at the University of Mons. It contains Java code for computing arithmetic expressions. The code uses design patterns and is accompanied with JavaDoc, unit tests and BDD scenarios. We have also paid particular attention to code quality.
2 stars 1 forks source link

[BUG] Workflow errors with UI tests #19

Closed MarineB210 closed 6 months ago

MarineB210 commented 6 months ago

Describe the bug GitHub workflow have errors when run because of test on the UI. As the workflows provide important information on code quality, it is urgent that such errors are fixed.

Expected behavior The build of the maven project should be compiled and executed correctly.

Additional context The application can be started without issues locally, only the building on GitHub fail.