How to use jest-expo-puppeteer - 1 common examples

To help you get started, we’ve selected a few jest-expo-puppeteer examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github expo / expo / apps / bare-expo / jest-puppeteer.config.js View on Github external
// For testing
const { withExpoPuppeteer } = require('jest-expo-puppeteer');

module.exports = withExpoPuppeteer({
  launch: {
    headless: false,
  },
});

jest-expo-puppeteer

Run end-to-end tests on your Expo web projects with Jest, Puppeteer, and the Expo CLI.

MIT
Latest version published 1 year ago

Package Health Score

53 / 100
Full package analysis

Popular jest-expo-puppeteer functions

Similar packages