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

Allow RestAssured to test external servers #1009

Merged
merged 3 commits into from
Apr 22, 2024

Conversation

timyates
Copy link
Contributor

RestAssured testing was tied to the local EmbeddedServer.

This change allows setting micronaut.test.server.url to target an external server.

Closes #1006

RestAssured testing was tied to the local EmbeddedServer.

This change allows setting `micronaut.test.server.url` to target an external server.

Closes #1006
@timyates timyates requested a review from sdelamo April 19, 2024 13:21
@timyates timyates self-assigned this Apr 19, 2024
@timyates timyates added this to the 4.4.0 milestone Apr 19, 2024
Copy link

sonarcloud bot commented Apr 19, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 70%)

See analysis details on SonarCloud

@timyates
Copy link
Contributor Author

I am not sure what is wrong with Sonar 😞

@sdelamo sdelamo merged commit e533055 into 4.4.x Apr 22, 2024
12 of 13 checks passed
@sdelamo sdelamo deleted the allow-external-servers-for-rest-assured branch April 22, 2024 04:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

RequestSpecificationFactory ignores property micronaut.test.server.url
2 participants