Skip to content

Functional tests integration with circleci

Created by: bbert

This PR enables functional tests running on BrowserStack from circleci. It uses a scheduled workflow to run functional tests once a week (on sunday at midnight), on dash.js version from development branch. @epiclabsDASH in order to enable BrowserStack integration in circleci, you need to add the following environment variables in dash.js project settings in circleci: BROWSERSTACK_USER => the BrowserStack username you can find in Automate section of the BrowserStack settings BROWSERSTACK_ACCESS_KEY => the corresponding access key

Merge request reports