0 Replies Latest reply on May 3, 2012 2:13 PM by cremersstijn

    best practice for creating Deployment archive for testing with selenium

    cremersstijn

      Hi

       

      I want to test my application with selenium and arquillian. But i'm still searching for the best practise on how to create my Deployment archive? I don't want to include each xhtml file manually, because this is manual work often forgotten when i need to rename something. I would like to create an archive just like maven would create it and use this for my arquillian tests.

       

      What do you suggest?

      - add each file manually?

      - create a seperator project for functional testing and just use the generate war file in this project?

       

      Others??

       

      Thanks