Skip to content

Commit 4b784d7

Browse files
committed
add: parent readme
1 parent 0710e17 commit 4b784d7

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
BrowserStack Actions
1+
# BrowserStack GitHub Actions
22

3-
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).

setup-local/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This action fulfils the following objectives in your runner environment:
66
* 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).
77

88
## 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.
1010

1111
## Inputs
1212
* `local-testing`: (**Mandatory**)

0 commit comments

Comments
 (0)