1.2.0 • Published 3 years ago

cypress-brave v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Cypress Brave integration

Use Chromium-based Brave browser on any OS to run your Cypress E2E tests

npm (tag) npm bundle size npm npm peer dependency version GitHub commit activity NPM

Installation

npm install cypress-brave --save-dev

How to use

import { defineConfig } from 'cypress'
import braveBrowser from 'cypress-brave'

export default defineConfig({
  e2e: {
    setupNodeEvents(on, config) {
      
      // We need to find the browser and append 
      // it to the list of browsers 
      return braveBrowser().then((browser) => {
        return {
          browsers: config.browsers.concat(browser),
        }
      })
      
    }
  }
})

Contributing

If you want to contribute to this project simply fork it and clone it then run npm i in the root of the project, then run npm run start to run development server.

Licence and cast

MIT Licence

by Mahdi Khashan

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago