From 1175215cd91b80a275719b2f36f753c8ffa9e6ca Mon Sep 17 00:00:00 2001 From: dvspvk Date: Thu, 29 Feb 2024 17:20:36 +0530 Subject: [PATCH 1/5] Added UTM links in BrowserStack Github Actions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 15a7922..858128c 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ setup-local build status

-This respository contains a library of GitHub Actions to help you integrate your test suite with the [BrowserStack](https://browserstack.com) device cloud. +This respository contains a library of GitHub Actions to help you integrate your test suite with the [BrowserStack](https://www.browserstack.com/?utm_source=github&utm_medium=partnered) device cloud. -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. +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/?utm_source=github&utm_medium=partnered) if you do not have an existing account. -If you want to test your open source project on BrowserStack, then [sign-up here](https://www.browserstack.com/open-source) for lifetime free access to all our products. +If you want to test your open source project on BrowserStack, then [sign-up here](https://www.browserstack.com/open-source/?utm_source=github&utm_medium=partnered) for lifetime free access to all our products. ## Available Actions * [setup-env](./setup-env): This Action helps in setting up the required environment variables that are to be used in your test scripts. The environment variables set up here shall be used by other BrowserStack actions as well for their functioning. From 0e242aab97ed6abf546477264a2b1bc1a7f3adb8 Mon Sep 17 00:00:00 2001 From: dvspvk Date: Mon, 4 Mar 2024 10:24:43 +0530 Subject: [PATCH 2/5] Added Browserstack UTM link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 858128c..71091e6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # BrowserStack GitHub Actions

- BrowserStack Logo + BrowserStack Logo

From e1db232adb986f2835ed8e533821db735b0cc353 Mon Sep 17 00:00:00 2001 From: dvspvk Date: Tue, 5 Mar 2024 12:34:23 +0530 Subject: [PATCH 3/5] Added BrowserStack documentation UTM Link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71091e6..dca5be3 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ jobs: ### Note --- -Post these steps, you will have to build and run your application web server on the same runner environment. Further, invoke your test scripts by utilizing the environment variables that have been set by actions. For more detailed steps on how to integrate your test suite with BrowserStack on GitHub Actions, visit [BrowserStack Documentation](http://browserstack.com/docs/automate/selenium/github-actions) for the same. +Post these steps, you will have to build and run your application web server on the same runner environment. Further, invoke your test scripts by utilizing the environment variables that have been set by actions. For more detailed steps on how to integrate your test suite with BrowserStack on GitHub Actions, visit [BrowserStack Documentation](http://browserstack.com/docs/automate/selenium/github-actions/?utm_source=github&utm_medium=partnered) for the same. After you are done running your tests, invoke the `setup-local` Action again with `local-testing: stop` as the input: ```yaml From fad06b1fee1cd1449d6d65066e071f730a6fd73b Mon Sep 17 00:00:00 2001 From: dvspvk Date: Tue, 5 Mar 2024 12:37:19 +0530 Subject: [PATCH 4/5] Added BrowserStack documentation UTM Link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dca5be3..60174b6 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ jobs: ### Note --- -Post these steps, you will have to build and run your application web server on the same runner environment. Further, invoke your test scripts by utilizing the environment variables that have been set by actions. For more detailed steps on how to integrate your test suite with BrowserStack on GitHub Actions, visit [BrowserStack Documentation](http://browserstack.com/docs/automate/selenium/github-actions/?utm_source=github&utm_medium=partnered) for the same. +Post these steps, you will have to build and run your application web server on the same runner environment. Further, invoke your test scripts by utilizing the environment variables that have been set by actions. For more detailed steps on how to integrate your test suite with BrowserStack on GitHub Actions, visit [BrowserStack Documentation](https://www.browserstack.com/docs/automate/selenium/github-actions/?utm_medium=partnered&utm_source=github) for the same. After you are done running your tests, invoke the `setup-local` Action again with `local-testing: stop` as the input: ```yaml From bc142f67fffe7def74875fdef31bd66166de73e5 Mon Sep 17 00:00:00 2001 From: dvspvk Date: Tue, 19 Mar 2024 17:31:57 +0530 Subject: [PATCH 5/5] Empty-Commit