inproctester icon indicating copy to clipboard operation
inproctester copied to clipboard

HtmlUnit and WebDriver extensions to enable in-process testing of web applications

Results 10 inproctester issues
Sort by recently updated
recently updated
newest added

Bumps [jetty-http](https://github.com/eclipse/jetty.project) from 9.1.0.v20131115 to 9.4.48.v20220622. Release notes Sourced from jetty-http's releases. 9.4.48.v20220622 End of Life Notice eclipse/jetty.project#7958 - Jetty 9.4.x is now at End of Community Support. (See issue...

dependencies

Bumps resteasy-jaxrs from 2.3.3.Final to 3.0.11.Final. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jboss.resteasy:resteasy-jaxrs&package-manager=maven&previous-version=2.3.3.Final&new-version=3.0.11.Final)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps resteasy-jaxrs from 2.3.3.Final to 3.0.11.Final. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jboss.resteasy:resteasy-jaxrs&package-manager=maven&previous-version=2.3.3.Final&new-version=3.0.11.Final)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps log4j-core from 2.9.1 to 2.16.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.logging.log4j:log4j-core&package-manager=maven&previous-version=2.9.1&new-version=2.16.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps log4j-api from 2.9.1 to 2.16.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.logging.log4j:log4j-api&package-manager=maven&previous-version=2.9.1&new-version=2.16.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [jetty-io](https://github.com/eclipse/jetty.project) from 9.1.0.v20131115 to 10.0.2. Release notes Sourced from jetty-io's releases. 10.0.2 Changelog :warning: Important Security related Changes CVE-2021-28165 - #6072 - jetty server high CPU when client send...

dependencies

Bumps [jetty-webapp](https://github.com/eclipse/jetty.project) from 9.1.0.v20131115 to 9.4.34.v20201102. Release notes Sourced from jetty-webapp's releases. 9.4.34.v20201102 Bugs #5320 : Using WebSocketClient with jetty-websocket-httpclient.xml in a Jetty web application causes ClassCastException #5521 : ResourceCollection...

dependencies

Bumps [htmlunit](https://github.com/HtmlUnit/htmlunit) from 2.13 to 2.37.0. Release notes Sourced from htmlunit's releases. HtmlUnit-2.37.0 Bugfixes many js improvements done in Rhino CHROME 79 FF52 removed FF68 added HtmlUnit-2.36.0 Bugfixes many js...

dependencies

Also adding try-catch in servlet methods and using java Logging api: wrapped the response/request sections of code in servlet methods rather than using throws clause in method declaration. The logger...

Also, what's the way in programaticaly? ``` driver = new InrocDriver(); ? ```