apache / couchdb-fauxton

Fauxton is the new Web UI for CouchDB
https://github.com/apache/couchdb-fauxton
Apache License 2.0
373 stars 225 forks source link

Add nightwatch config for Firefox #1417

Closed Antonio-Maranhao closed 8 months ago

Antonio-Maranhao commented 8 months ago

Overview

Adds ability to run Nightwatch tests using Firefox.

Testing recommendations

Run Nightwatch tests using Firefox, which can be done by setting test_settings.default.desiredCapabilities.browserName: "firefox" in nightwatch.json.underscore.

GitHub issue number

n/a

Related Pull Requests

n/a

Checklist