Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add command to toggle active container configuration #18

Open
mojavelinux opened this issue Apr 29, 2012 · 0 comments
Open

Add command to toggle active container configuration #18

mojavelinux opened this issue Apr 29, 2012 · 0 comments
Labels
Milestone

Comments

@mojavelinux
Copy link
Member

The Forge Arquillian plugin should have a commnd to toggle the active container configuration. This can be handled in one of two ways:

  1. Add the default="true" attribute to the selected container element, removing it from any other container element
  2. Writing the qualifier to the file src/test/resources/arquillian.launch, effectively managing this file

I'm imagining something like:

$ arquillian activate-container-configuration --qualifier jbossas-managed-7

The command should also support listing the current active container configuration.

$ arquillian show-active-container-configuration

Managing the active container configuration is a real pain and hard to explain in the guides. Forge support for this task will really help improve the usability of Arquillian.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants