reiniergs / polyfill-service

Javascript polyfills as a service. Java implementation.
http://www.polyfillservice.org/
MIT License
7 stars 9 forks source link

Running integration tests as part of the maven lifecycle #111

Closed vbhargavmbis-zz closed 7 years ago

vbhargavmbis-zz commented 7 years ago

Needs a lot of refinement. Putting up this PR in case someone wants to do that refinement before i get back. Ex. These changes are configured to pick up test suites starting with 'IT' to be run as integration tests Source files for integration tests are currently configured to be in src/test/integration-test/java Currently doesn't run integration tests by default To run integration tests, run command -> mvn clean verify -P integration-test

scottmo commented 7 years ago

Refined in another PR.