Skip to content

Commit cbe165d

Browse files
committed
mention some projects using HtmlUnit
1 parent 91238ee commit cbe165d

File tree

3 files changed

+49
-5
lines changed

3 files changed

+49
-5
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,34 @@ HtmlUnit is typically used for testing purposes or to retrieve information from
9393
* Support for basic and NTLM authentication
9494
* Excellent JavaScript support
9595

96+
HtmlUnit is used as the underlying "browser" by different Open Source tools like
97+
> * [WebDriver](https://github.com/SeleniumHQ/selenium)
98+
> * [Arquillian Drone](https://arquillian.org/arquillian-extension-drone)
99+
> * [Serenity BDD](https://serenity-bdd.info)
100+
> * [FluentLenium](https://github.com/FluentLenium/FluentLenium)
101+
> * [WETATOR](https://www.wetator.org/)
102+
> * [Selenium Foundation](https://github.com/sbabcoc/Selenium-Foundation)
103+
> * [Spring Testing](https://docs.spring.io/spring/docs/current/spring-framework-reference/testing.html#spring-mvc-test-server-htmlunit)
104+
> * [JWebUnit](https://jwebunit.github.io/jwebunit/)
105+
> * [JSFUnit](http://www.jboss.org/jsfunit/)
106+
> * ...
107+
108+
HtmlUnit is used by many projects for automated web testing
109+
> * [jenkins-test-harness](https://github.com/jenkinsci/jenkins-test-harness)
110+
> * [Apache Shiro](https://shiro.apache.org/)
111+
> * [Apache Struts](https://struts.apache.org/)
112+
> * [Quarkus](https://quarkus.io/)
113+
> * [Togglz](https://www.togglz.org/)
114+
> * [Dataverse](https://dataverse.org/)
115+
> * [Janssen Project](https://github.com/JanssenProject/jans)
116+
> * [Apache TomEE](https://github.com/apache/tomee)
117+
> * [Apache Maven Surefire](https://maven.apache.org/surefire/)
118+
> * [JSCover](http://tntim96.github.io/JSCover/)
119+
> * [Apache Jackrabbit](https://jackrabbit.apache.org/jcr/index.html)
120+
> * [OpenXava](https://github.com/openxava/openxava)
121+
> * [Cargo](https://github.com/codehaus-cargo/cargo)
122+
> * ...
123+
96124
## Getting Started
97125
You can start here:
98126
* [Getting Started][7]

src/site/xdoc/index.xml

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,34 @@
4646
<a href="https://github.com/SeleniumHQ/selenium">WebDriver</a>,
4747
<a href="https://arquillian.org/arquillian-extension-drone">Arquillian Drone</a>,
4848
<a href="https://serenity-bdd.info">Serenity BDD</a>,
49+
<a href="https://github.com/FluentLenium/FluentLenium">FluentLenium</a>,
4950
<a href="https://www.wetator.org/">WETATOR</a>,
50-
<a href="https://github.com/jenkinsci/jenkins-test-harness">jenkins-test-harness</a>,
5151
<a href="https://github.com/sbabcoc/Selenium-Foundation">Selenium Foundation</a>,
52-
<a href="https://docs.spring.io/spring/docs/current/spring-framework-reference/testing.html#spring-mvc-test-server-htmlunit">Spring Testing</a>, ...
52+
<a href="https://docs.spring.io/spring/docs/current/spring-framework-reference/testing.html#spring-mvc-test-server-htmlunit">Spring Testing</a>
5353
<a href="https://jwebunit.github.io/jwebunit/">JWebUnit</a>,
54-
<a href="http://www.jboss.org/jsfunit/">JSFUnit</a>,
54+
<a href="http://www.jboss.org/jsfunit/">JSFUnit</a>, ...
55+
</p>
56+
<p>
57+
HtmlUnit is used by many projects for automated web testing
58+
<a href="https://github.com/jenkinsci/jenkins-test-harness">jenkins-test-harness</a>,
59+
<a href="https://shiro.apache.org/">Apache Shiro</a>,
60+
<a href="https://struts.apache.org/">Apache Struts</a>,
61+
<a href="https://quarkus.io/">Quarkus</a>,
62+
<a href="https://www.togglz.org/">Togglz</a>,
63+
<a href="https://dataverse.org/">Dataverse</a>,
64+
<a href="https://github.com/JanssenProject/jans">Janssen Project</a>,
65+
<a href="https://github.com/apache/tomee">Apache TomEE</a>,
66+
<a href="https://maven.apache.org/surefire/">Apache Maven Surefire</a>,
67+
<a href="http://tntim96.github.io/JSCover/">JSCover</a>,
68+
<a href="https://jackrabbit.apache.org/jcr/index.html">Apache Jackrabbit</a>,
69+
<a href="https://github.com/openxava/openxava">OpenXava</a>
70+
<a href="https://github.com/codehaus-cargo/cargo">Cargo</a>, ...
5571
</p>
5672
<p>
5773
HtmlUnit was originally written by
5874
<a href="mailto:[email protected]">Mike Bowler</a> of
5975
<a href="http://www.GargoyleSoftware.com">Gargoyle Software</a>
60-
and is released under the <a href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache 2 license</a>.
76+
and is released under the <a href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache 2 license</a>.
6177
Since then, it has received many contributions from <a href="team.html">
6278
other developers</a>, and would not be where it is today without their
6379
assistance.

src/test/java/org/htmlunit/ExternalTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ private static boolean isIgnored(@SuppressWarnings("unused") final String groupI
333333
return true;
334334
}
335335

336-
// version > 3.12.0 does not work with out site.xml and also not with a refactored one
336+
// version > 3.12.0 does not work with our site.xml and also not with a refactored one
337337
if ("maven-site-plugin".equals(artifactId)
338338
&& (version.startsWith("3.12.1") || version.startsWith("3.20.") || version.startsWith("3.21."))) {
339339
return true;

0 commit comments

Comments
 (0)