Giter Site home page Giter Site logo

arquillian-eclipse's People

Contributors

maxandersen avatar snjeza avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

maxandersen

arquillian-eclipse's Issues

Should default or ask for which Arquillian version to use

Steps

  • new Workspace
  • new Maven Project
  • Configure -> Add Arquillian Support
    (Ignore the "Arquillian Settings" link in the dialog)
  • Next

The generated POM now is invalid. It's missing <arquillian.version></arquillian.version>

The Arquillian Version settings should be included in the Setup dialog.

Missing parent Pom?

Importing this as a Maven project doesn't work. Only pom in core is found, and it's complaining bout missing parent pom?

Switch-button for enabling -Darquillian.debug=true for unit tests' and container's VM setup

-Darquillian.debug=true allow more insight into test lifecycle and drastically improves debugging experience by outputting call tree of Arquillian event system.

There is sample call tree for debugging Warp client-side full tree:

...
(E) Before
    (I) TestContextHandler.createSuiteContext
    (I) TestContextHandler.createClassContext
    (E) TestClass
    (I) TestContextHandler.createTestContext
    (I) ContainerEventController.createBeforeContext
    (O) DroneConfigurator.configureDrone
    (O) TestInstanceEnricher.enrich
    (E) BeforeEnrichment
    (E) RequireProxy
        (O) ProxyObserver.requireProxy
        (E) StartProxy
            (O) ProxyObserver.startProxy
    (E) AfterEnrichment
    (O) ClientBeforeAfterLifecycleEventExecuter.on
(E) Test
    (I) TestContextHandler.createSuiteContext
...

Similarly for container


The problem with debugging is that people need to setup VM arguments in Container Configuration

and then setup JUnit/TestNG VM arguments for each executed test specifically.


This button switch in toolbar should allow to add -Darquillian.debug=true to executed test (either JUnit or TestNG) and also into container configuration.

Should provide "Runtime Container" option if none are apecified

Steps

  • new Maven project
  • configure Arquillian
  • create new Arquillian Test Case
  • Run As Arquillian Test case

'Launching MyBeanTestCase has encountered and error. Arquillian tests require atleast one container on classpath"

If no profiles are active and/or none are defined as default, the plugin should suggest which profiles/containers to run this test with.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.