Skip to content

Commit 2998390

Browse files
committed
add: build status badges and browserstack logo
1 parent ec3ffe4 commit 2998390

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/setup-env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'unit tests: setting test env for BrowserStack'
1+
name: 'setup-env'
22
on:
33
pull_request:
44
paths:

.github/workflows/setup-local.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'unit tests: setting local binary for BrowserStack'
1+
name: 'setup-local'
22
on:
33
pull_request:
44
paths:

README.md

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

3+
![BrowserStack Logo](https://d98b8t1nnulk5.cloudfront.net/production/images/layout/logo-invoice.svg)
4+
5+
![setup-env badge](https://github.com/rchougule/github-actions/workflows/setup-env/badge.svg)
6+
![setup-env badge](https://github.com/rchougule/github-actions/workflows/setup-local/badge.svg)
7+
38
This respository contains a library of GitHub Actions to help you integrate your test suite with the [BrowserStack](https://browserstack.com) device cloud.
49

510
You need a BrowserStack username and access-key to run your tests on the BrowserStack device cloud. You can [sign-up for free trial](https://www.browserstack.com/users/sign_up) if you do not have an existing account.

0 commit comments

Comments
 (0)