Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support for https/http protocol choice for browser address #138

Open
3 tasks
SnoCold opened this issue Jun 8, 2022 · 0 comments
Open
3 tasks

feat: support for https/http protocol choice for browser address #138

SnoCold opened this issue Jun 8, 2022 · 0 comments

Comments

@SnoCold
Copy link
Collaborator

SnoCold commented Jun 8, 2022

Summary

What:

A minor change to allow users to choose from http or https protocols

Why:

People trying to test webpages while their browser is in a secure network, might want to use https instead of the default http.

p.s. not sure if any other protocols exist, that can be used with the browser.

Acceptance Criteria

Below is a list of tasks that must be completed before this issue can be closed.

  • Write documentation
  • Write unit tests
  • Write integration tests

Example Pseudo Code (for implementation)

const { browser, page } = await buildFor( "chrome", { protocol: "https" });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant