Skip to content

Commit

Permalink
Update Doc with Selenium Info
Browse files Browse the repository at this point in the history
  • Loading branch information
brideck committed Mar 6, 2023
1 parent 2f16cdd commit cb2d849
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/reference/src/main/asciidoc/executing.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,13 @@ The Arquillian will also start and stop the application server automatically (pr
Since Arquillian in-container tests are executed in a remote JVM, the results of the test must be communicated back to the runner over a container-supported protocol. The TCK utilizes servlet-based protocol (communication over HTTP).


[NOTE]
====
Some implementations of Jakarta Faces use modern Javascript that is incompatible with the TCK's default test tooling. In order to test these implementations, specify the property -Drun.selenium=true. An installation of Chrome is required.
====


=== Running the Tests In the Container - SE part

To execute full TCK testsuite you have to run tests within SE group as well.
Expand Down

0 comments on commit cb2d849

Please sign in to comment.