@@ -13,43 +13,53 @@ Only one container profile and one profile for browser can be active at a given
1313There are 4 available container profiles:
1414
1515* `` wildfly-managed-arquillian ``
16+
1617 The default profile and it will install a Wildfly server and start up the server per sample.
1718 Useful for CI servers.
1819
1920* `` wildfly-remote-arquillian ``
21+
2022 This profile requires you to start up a Wildfly server outside of the build. Each sample will then
2123 reuse this instance to run the tests.
2224 Useful for development to avoid the server start up cost per sample.
2325
2426* `` glassfish-embedded-arquillian ``
27+
2528 This profile uses the GlassFish embedded server and runs in the same JVM as the TestClass.
2629 Useful for development, but has the downside of server startup per sample.
2730
2831* `` glassfish-remote-arquillian ``
32+
2933 This profile requires you to start up a GlassFish server outside of the build. Each sample will then
3034 reuse this instance to run the tests.
3135 Useful for development to avoid the server start up cost per sample.
3236
3337Similarly, there are 6 profiles to choose a browser to test on:
3438
3539* `` browser-firefox ``
36- To run tests on Mozilla Firefox. If its binary is installed in the usual place, no additional information is required.
40+
41+ To run tests on Mozilla Firefox. If its binary is installed in the usual place, no additional information is required.
3742
3843* `` browser-chrome ``
44+
3945 To run tests on Google Chrome. Need to pass a `` -Darq.extension.webdriver.chromeDriverBinary `` property
4046 pointing to a `` chromedriver `` binary.
4147
4248* `` browser-ie ``
49+
4350 To run tests on Internet Explorer. Need to pass a `` -Darq.extension.webdriver.ieDriverBinary `` property
4451 pointing to a `` IEDriverServer.exe `` .
4552
4653* `` browser-safari ``
54+
4755 To run tests on Safari. If its binary is installed in the usual place, no additional information is required.
4856
4957* `` browser-opera ``
50- To run tests on Opera. Need to pass a `` -Darq.extension.webdriver.opera.binary `` property pointing to a Opera executable.
58+
59+ To run tests on Opera. Need to pass a `` -Darq.extension.webdriver.opera.binary `` property pointing to a Opera executable.
5160
5261* `` browser-phantomjs ``
62+
5363 To run tests on headless browser PhantomJS. If you do not specify the path of phantomjs binary via
5464 `` -Dphantomjs.binary.path `` property, it will be downloaded automatically.
5565
0 commit comments