Skip to content

Instantly share code, notes, and snippets.

@lfryc
Created September 16, 2012 06:41
Show Gist options
  • Select an option

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

Select an option

Save lfryc/3731309 to your computer and use it in GitHub Desktop.
@RunWith(Arquillian.class)
@QUnit("tests.js")
public class Tests {
}
@RunWith(ArquillianJavaScript.class)
@QUnit("tests.js")
public class Tests2 {
}
@RunWith(Arquillian.class)
@QUnit("tests.js")
public class Tests {
@Deployment
public static createDeployment() {
ShrinkWrap.create(...);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment