The Wayback Machine - https://web.archive.org/web/20220712164718/https://github.com/topics/browserstack
Skip to content
#

browserstack

Here are 103 public repositories matching this topic...

xiki808
xiki808 commented Jun 2, 2021

Can we run the dev server over https?

I created locally signed ssl keys using mkcert, by following this guide: https://web.dev/how-to-use-local-https/

After setting up the cert and key files to my root directory, I added this to my dev server config:

...
  sslKey: 'localhost-key.pem',
  sslCert: 'localhost.pem',
};

I still cannot access my local ( localhost:8000 ) using

documentation good first issue
rishipurwar1
rishipurwar1 commented Oct 5, 2021

Describe the Feature
Your task is to add a share solution button on the solution detail page so that users can share their solutions to the different social networking websites easily.

Design Inspirations:
https://www.uidesigndaily.com/posts/sketch-share-modal-pop-up-day-1118
https://www.uidesigndaily.com/posts/sketch-share-post-social-day-913
https://www.uidesigndaily.com/posts/studio-

enhancement good first issue Hacktoberfest
luqven
luqven commented Aug 13, 2021

Description

Currently, the package defaults to formatForSelenium. There is no other configuration supported out of the box.

Proposed solution

We could add a formatForKarma that modifies the returned object to match the karma config requirements in the config object.

Something along these lines:

import { BrowserFilter, OperatingSystemFilter }, getCapabilities from 'brow
good first issue enhancement

Improve this page

Add a description, image, and links to the browserstack topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the browserstack topic, visit your repo's landing page and select "manage topics."

Learn more