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

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) {
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