How to use the testcafe/lib/browser/provider/pool.addProvider function in testcafe

To help you get started, we’ve selected a few testcafe 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 MitocGroup / recink / components / e2e / src / testcafe / browsers-registrar.js View on Github external
module.exports = function register() {
  testCafeBrowserProviderPool.addProvider('nightmare', NightmareProvider);
  testCafeBrowserProviderPool.addProvider('puppeteer', PuppeteerProvider);
};
github MitocGroup / recink / components / e2e / src / testcafe / browsers-registrar.js View on Github external
module.exports = function register() {
  testCafeBrowserProviderPool.addProvider('nightmare', NightmareProvider);
  testCafeBrowserProviderPool.addProvider('puppeteer', PuppeteerProvider);
};