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

Dev UI Testing #34090

Merged
merged 3 commits into from
Jun 20, 2023
Merged

Dev UI Testing #34090

merged 3 commits into from
Jun 20, 2023

Conversation

phillip-kruger
Copy link
Member

@phillip-kruger phillip-kruger commented Jun 16, 2023

This PR introduce a base class that can be used to test JsonRPC and Build time data calls for Dev UI.

It also:

@yrodiere - The Dev UI tests can now live in the extension (so move from integration-tests to extension). I did not move the Hibernate Search extension tests (I see the tests are skipped in the extension). Can you do the move in another PR ?

@quarkus-bot quarkus-bot bot added area/dependencies Pull requests that update a dependency file area/vertx area/hibernate-orm Hibernate ORM area/persistence OBSOLETE, DO NOT USE labels Jun 16, 2023
@phillip-kruger phillip-kruger requested a review from yrodiere June 19, 2023 04:21
@phillip-kruger phillip-kruger marked this pull request as ready for review June 19, 2023 07:05
@quarkus-bot

This comment has been minimized.

@quarkus-bot
Copy link

quarkus-bot bot commented Jun 19, 2023

Failing Jobs - Building 1018d93

Status Name Step Failures Logs Raw logs
Native Tests - Windows - RESTEasy Jackson Setup GraalVM ⚠️ Check → Logs Raw logs

@phillip-kruger phillip-kruger added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Jun 19, 2023
@yrodiere
Copy link
Member

Can you do the move in another PR ?

Sure, will do.

Those are not DevUI tests though, we can only test GRPC services from what I can see. In the old DevUIs at least some of the bugs we had were related to issues in the HTML or templates... which we won't catch here.

I suppose that's the best we can do easily with these more advanced Javascript-based UIs.

@phillip-kruger
Copy link
Member Author

Ok, from what I could see the existing tests mostly test data, even though that was part of html. I'll add more tests in the future that can test html , that is where we will probably use playwright

@phillip-kruger phillip-kruger merged commit 582f1f7 into quarkusio:main Jun 20, 2023
@quarkus-bot quarkus-bot bot removed the triage/waiting-for-ci Ready to merge when CI successfully finishes label Jun 20, 2023
@quarkus-bot quarkus-bot bot added this to the 3.2 - main milestone Jun 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file area/hibernate-orm Hibernate ORM area/persistence OBSOLETE, DO NOT USE area/vertx
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Restore tests of Dev UI page content for Hibernate extensions following the switch to the new Dev UI
3 participants