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

Be able to run tests with arquillian #5

Open
DiegoCoronel opened this issue Oct 19, 2016 · 3 comments
Open

Be able to run tests with arquillian #5

DiegoCoronel opened this issue Oct 19, 2016 · 3 comments

Comments

@DiegoCoronel
Copy link
Member

I was trying to configure Arquillian tests and i got some blocker issues i wasnt able to resolve. For example:

  • Eclipse cant run junit tests for ceylon projects because junit doesnt know anything about ceylon classpath and throws ClassNotFoundException for typechecker, etc.. probably even if i add it to classpath there will be problems for metadata
  • For arquillian tests i need to mount the jar as i was doing in the beginning, i tried just adding the final jar but it does not work because we need only our created jar and not all the swarm environment

So, probably one option is to have some kind of task from swarm plugin to make it possible.

Marking @gavinking because I have talked with him about this issue.

@gavinking
Copy link
Member

This is very important.

@FroMage
Copy link
Member

FroMage commented Nov 9, 2016

Sorry, I don't understand what you want. For Eclipse to run JUnit tests with Ceylon, that's an IDE issue. For Arquillian tests, I've just no idea.

@DiegoCoronel
Copy link
Member Author

Theres an integration for swarm and arquillian https://wildfly-swarm.gitbooks.io/wildfly-swarm-users-guide/content/testing/arquillian.html and i need to create the jar and run it, but doing all this programatically in pure ceylon i had same problem as trying to run swarm without the plugin. So, i believe we would need some kind of feature in plugin to support it

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

No branches or pull requests

3 participants