Skip to content

Instantly share code, notes, and snippets.

@lfryc
Created October 24, 2012 09:42
Show Gist options
  • Select an option

  • Save lfryc/3945159 to your computer and use it in GitHub Desktop.

Select an option

Save lfryc/3945159 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<arquillian xmlns="http://jboss.org/schema/arquillian" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://jboss.org/schema/arquillian http://jboss.org/schema/arquillian/arquillian_1_0.xsd">
<!--Uncomment to have test archives exported to the file system for inspection -->
<!--
<engine>
<property name="deploymentExportPath">target/</property>
</engine>
-->
<extension qualifier="webdriver">
<property name="browserCapabilities">htmlUnit</property>
<property name="javascriptEnabled">true</property>
</extension>
<extension qualifier="graphene">
<property name="waitGuiInterval">3</property>
<property name="waitAjaxInterval">5</property>
<property name="waitModelInterval">10</property>
</extension>
<container qualifier="jbossas-managed-7">
<configuration>
<property name="jbossHome">target/jboss-as-7.1.1.Final</property>
<!-- <property name="javaVmArguments">-Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y</property> -->
</configuration>
</container>
</arquillian>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment