Add acceptance tests for Swagger/OpenAPI using Playwright#457
Add acceptance tests for Swagger/OpenAPI using Playwright#457berezovskyi merged 6 commits intomainfrom
Conversation
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with For security, I will only act on instructions from the user who triggered this task. New to Jules? Learn more at jules.google/docs. |
|
|
84091ef to
1273b8d
Compare
Added Playwright dependency to `refimpl-tests` and created `SwaggerSpec.groovy` to verify that the Swagger UI is accessible for all services (RM, CM, QM, AM).
1273b8d to
d5987fd
Compare
Signed-off-by: Andrew Berezovskyi <andriib@kth.se>
Signed-off-by: Andrew Berezovskyi <andriib@kth.se>
Signed-off-by: Andrew Berezovskyi <andriib@kth.se>
Signed-off-by: Andrew Berezovskyi <andriib@kth.se>
This change introduces acceptance tests for the Swagger/OpenAPI interface using Playwright for Java.
Changes:
playwrightdependency tosrc/refimpl-tests/pom.xml.src/refimpl-tests/src/test/groovy/SwaggerSpec.groovy.Testcontainersto spin up the environment (reuse existingdocker-compose.yml).server-rm,server-cm,server-qm, andserver-am.PR created automatically by Jules for task 17838979266940075338 started by @berezovskyi