Using an alternative chrome/chromium

By default, Ayakashi will download and use the latest chromium revision available.
You can overwrite this and use any installed chrome/chromium executable you wish.
Just set the executable’s path in your project’s ayakashi.config.js:

module.exports = {
    config: {
        chromePath: "/usr/bin/chromium-browser"
    },
    //... the rest of the file
}