You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Setup Test Environment: [Readme](./setup-env/README.md)
4
-
2. Local Binary Setup: [Readme](./setup-local/README.md)
3
+
This respository contains the GitHub Actions to help you integrate your test suite with BrowserStack cloud.
4
+
5
+
## Available Actions
6
+
*[setup-env](./setup-env): This action helps in setting up of environment variables to be used in your test scripts for BrowserStack. The environment variables set up here shall be used by other BrowserStack actions as well for their functioning.
7
+
8
+
*[setup-local](./setup-local): This actions sets up local binary for creating local tunnel connections from runner environment to BrowserStack cloud.
9
+
10
+
## Feature requests and bug reports
11
+
Please file feature requests and bug reports as [github issues](https://github.com/browserstack/github-actions/issues).
Copy file name to clipboardExpand all lines: setup-local/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This action fulfils the following objectives in your runner environment:
6
6
* The action allows you to pass any combination of arguments for the invocation of the BrowserStackLocal binary as given [here](https://www.browserstack.com/local-testing/binary-params).
7
7
8
8
## Prerequisites
9
-
The **browserstack/github-actions/setup-env@master** action should have been invoked prior to invoking this Action as a part of the same job.
9
+
The **browserstack/github-actions/setup-env@master** action should have been invoked prior to invoking this action as a part of the same job.
0 commit comments