2 Replies Latest reply on Aug 31, 2013 9:23 AM by anujgandharv

    How to extend Arquillian for a custom test framework

    anujgandharv

      Hi,

      I would like to know how I can extend Arquillian for a custom test framework (built on top of JUnit). So instead of standard JUnit, I would like to use my extensible version of JUnit with Arquillian. The project I want to integrate with Arquillian is called EasyTest (https://github.com/EaseTech/easytest-core)

       

      I have looked into the "Arquillian Testing Guide" but couldn't find any section that talks about extending Arquillian for a new test framework.

       

      If there is no guide/references, then is there any reference of how Arquillian calls JUnit and what class I can override so that I can infuse my behaviour into an existing Junit Test.

       

      Thanks,

      Anuj