diff options
author | Luke Duncalfe <lduncalfe@gitlab.com> | 2019-08-12 23:40:09 +0000 |
---|---|---|
committer | Luke Duncalfe <lduncalfe@gitlab.com> | 2019-08-12 23:40:09 +0000 |
commit | ff7269276efdcb42d569ac3adffa5fe85d2912cb (patch) | |
tree | 8852542c3bc02f7f454fada1c559cde77ee9e156 /doc | |
parent | 2de17d12d6d8daf1296526ca0b594cf61f808339 (diff) | |
download | gitlab-ce-ff7269276efdcb42d569ac3adffa5fe85d2912cb.tar.gz |
Add BrowserStack details to Frontend Dev Guide
Diffstat (limited to 'doc')
-rw-r--r-- | doc/development/fe_guide/index.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/development/fe_guide/index.md b/doc/development/fe_guide/index.md index 6bf6113dd81..deaef8e768b 100644 --- a/doc/development/fe_guide/index.md +++ b/doc/development/fe_guide/index.md @@ -17,6 +17,8 @@ Working with our frontend assets requires Node (v8.10.0 or greater) and Yarn For our currently-supported browsers, see our [requirements][requirements]. +Use [BrowserStack](https://www.browserstack.com/) to test with our supported browsers. Login to BrowserStack with the credentials saved in GitLab's [shared 1Password account](https://about.gitlab.com/handbook/security/#1password-for-teams). + ## Initiatives Current high-level frontend goals are listed on [Frontend Epics](https://gitlab.com/groups/gitlab-org/-/epics?label_name%5B%5D=frontend). |