Rebecca, Thanks for mentioning this!https://htmlunit.sourceforge.io/ looks interesting to read for anyone looking for more info.Pasting a little more:"HtmlUnit is a "GUI-Less browser for Java programs". It models HTML documents and provides an API that allows you to invoke pages, fill out forms, click links, etc... just like you do in your "normal" browser.It has fairly good JavaScript support (which is constantly improving) and is able to work even with quite complex AJAX libraries, simulating Chrome, Firefox or Edge depending on the configuration used.It is typically used for testing purposes or to retrieve information from websites.HtmlUnit is not a generic unit testing framework. It is specifically a way to simulate a browser for testing purposes and is intended to be used within another testing framework such as JUnit or TestNG. Refer to the document "Getting Started with HtmlUnit" for an introduction."Interesting project!Scott_______________________________________________On Tue, Mar 11, 2025, 9:38 AM Rebecca Searls <rsearls@redhat.com> wrote:_______________________________________________I used htmlunit only in adding several elytron-oidc-client integration tests. It was sufficient for elytron's simple UI testing needs.
Elytron (project) uses htmlunit in its unit testing, so there's some
consistency there with this api.
wildfly-dev mailing list -- wildfly-dev@lists.jboss.org
To unsubscribe send an email to wildfly-dev-leave@lists.jboss.org
Privacy Statement: https://www.redhat.com/en/about/privacy-policy
List Archives: https://lists.jboss.org/archives/list/wildfly-dev@lists.jboss.org/message/F2FRAZEQ6YZ4J75PEVMFIMRXSMGKUWRV/
wildfly-dev mailing list -- wildfly-dev@lists.jboss.org
To unsubscribe send an email to wildfly-dev-leave@lists.jboss.org
Privacy Statement: https://www.redhat.com/en/about/privacy-policy
List Archives: https://lists.jboss.org/archives/list/wildfly-dev@lists.jboss.org/message/YOZZ2NJKG3JZZC3UDHVS2GBXEL43PTTZ/