You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment there are no integration tests in the project. For such an intricate application such tests are necessary.
Since the application is an unusual one, some analysis is first needed. Do we need a specific tech ? How do we handle the repository cloning ? Something à-la-Gradle where we use local folders to mimic projects ?
As a bonus (it could also be another issue), it could be interesting to find a way to test the UI itself, with tools such as Cypress (requires node :/ but works very well), Selenium (the old king), TestContainers, or any other unknown tools.
The text was updated successfully, but these errors were encountered:
At the moment there are no integration tests in the project. For such an intricate application such tests are necessary.
Since the application is an unusual one, some analysis is first needed. Do we need a specific tech ? How do we handle the repository cloning ? Something à-la-Gradle where we use local folders to mimic projects ?
As a bonus (it could also be another issue), it could be interesting to find a way to test the UI itself, with tools such as Cypress (requires node :/ but works very well), Selenium (the old king), TestContainers, or any other unknown tools.
The text was updated successfully, but these errors were encountered: