ventrilo-bootstrap

Custom Element, Shadow DOM, and Custom Event test execution environment using [Ventrilo](https://github.com/TravisMullen/ventrilo) for Puppeteer, Mocha, Chai, and Rollup.

Usage no npm install needed!

<script type="module">
  import ventriloBootstrap from 'https://cdn.skypack.dev/ventrilo-bootstrap';
</script>

README

Ventrilo Bootstrap

Single page DOM test execution environment.

To be used for Custom Element, Shadow DOM, and Custom Event with helper function library (Ventrilo)[https://github.com/TravisMullen/ventrilo] using Puppeteer, Mocha, Chai, and Rollup.

To leave browser open during tests for debugging set DEBUG_BROWSER = true. See example with npm run test:browser using test (leave-browser-open.browser.js)[test/leave-browser-open.browser.js].

Todo

  • Document Usage
  • Add .rc file and read for config options.
  • Read config from local projects package.json.

License

MIT.

JavaScript Style Guide