From 389a10a4113f308663e0ad4835d1d7842d9940c3 Mon Sep 17 00:00:00 2001 From: Denis Pushkarev Date: Thu, 19 May 2022 04:01:53 +0700 Subject: [PATCH] improve CONTRIBUTING.md --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f7ace100953c..df2adf118e75 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -44,6 +44,8 @@ engine | mandatory check | how to run tests | base data inherits from `safari` | features | browser runner | | `samsung` | | browser runner | `chrome` | required +If you have no access to all required browsers / versions of browsers, use [Sauce Labs](https://saucelabs.com/), [BrowserStack](https://www.browserstack.com/) or [Cloud Browser](https://ieonchrome.com/). + ## Style and standards The coding style should follow our [`.eslintrc`](./.eslintrc.js). You can test it by calling [`npm run lint`](#testing). Different places have different syntax and standard library limitations: