1 Reply Latest reply on Jun 21, 2018 2:49 AM by andygee

    Using Graphene with ArquillianTest, ArquillianTestClass & @RunWith(Cucumber.class)

    andygee

      @RunWith(Cucumber.class)

       

      @Rule

      ...

      @ClassRule

      ...

       

      @Drone
      private static WebDriver driver; //<-- This works (Using Cube/Selenium/remote)

       

      @Page
      public static PageTest pageTest; //<-- This does not work anywhere in the project classes, static or not.

       

      Am I barking up the wrong tree with this? It feels like the Drone extension is not loaded at all.

       

      Cucumber supports @ClassRule  - Is there a way to manually bootstrap Graphene?

       

      I know this is not crazy detailed, I'm just looking to start a conversation.

       

      Andy.