grunt-integration

Run Integration Tests using Selenium, Mocha, a Server, and a Browser

Usage no npm install needed!

<script type="module">
  import gruntIntegration from 'https://cdn.skypack.dev/grunt-integration';
</script>

README

grunt-integration Build Status Dependency Status help me on gittip flattr.png

Configuration

Here are the default configuration values.

{
    program: 'node app',
    program_port: process.env.TEST_PORT || 3333,
    program_inherit: true,
    selenium_inherit: false
}

License

MIT