Skip to content
Snippets Groups Projects
Select Git revision
  • extraction
  • main default protected
  • export
  • 28-conversion-tests
  • exploration
  • exploration-old
  • 2-encoding-fix
  • main-old
8 results

README.md

Blame
  • To learn more about this project, read the wiki.
    jest-puppeteer.config.js 164 B
    module.exports = {
      launch: {
        headless: process.env.HEADLESS !== 'false',
      },
      server: [{
        command: 'npm run server -- -p 4488',
        port: 4488,
      }],
    };