From 1dbbcd65d98824df8899e7e9fe749912392aa9ed Mon Sep 17 00:00:00 2001 From: Santhoshkumar <117272529+Santhosh-testsigma@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:09:26 +0530 Subject: [PATCH 1/2] Fix: Link with Double slash --- .../getting-started/automate-android-applications.md | 4 ++-- .../tutorials/getting-started/automate-ios-applications.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/tutorials/getting-started/automate-android-applications.md b/src/pages/tutorials/getting-started/automate-android-applications.md index c55f26c..ffba649 100755 --- a/src/pages/tutorials/getting-started/automate-android-applications.md +++ b/src/pages/tutorials/getting-started/automate-android-applications.md @@ -65,7 +65,7 @@ In this tutorial we will demonstrate how Testsigma’s revolutionary mobile test > ## [Pre-requisites](#pre-requisites) > 1. You have a Testsigma account : If you haven't already, sign up for [a free trial](https://testsigma.com/signup) > The trial includes all product features and free support (always!) via the in-app chat or email to [support@testsigma.com](mailto:support@testsigma.com) -> 2. Testsigma agent for local execution(Optional): If you’d like to run your test using a local android device [follow this guide](https://testsigma.com//tutorials/test-cases/mobile-apps/build-tests-using-local-android-devices/) to install the Testsigma agent +> 2. Testsigma agent for local execution(Optional): If you’d like to run your test using a local android device [follow this guide](https://testsigma.com/tutorials/test-cases/mobile-apps/build-tests-using-local-android-devices/) to install the Testsigma agent --- @@ -289,7 +289,7 @@ If you need any help with errors you can reach out to [support@testsigma.com](ma * Start creating tests. [Explore Recorder.](https://testsigma.com/docs/test-cases/create-steps-recorder/android-apps/overview/) -* Automate Android Apps using your local devices. [Learn more!](https://testsigma.com//tutorials/test-cases/mobile-apps/build-tests-using-local-android-devices/) +* Automate Android Apps using your local devices. [Learn more!](https://testsigma.com/tutorials/test-cases/mobile-apps/build-tests-using-local-android-devices/) * Create Test Plans and Schedule. Head over to [this link!](https://testsigma.com/docs/test-management/test-plans/schedule-plans/) diff --git a/src/pages/tutorials/getting-started/automate-ios-applications.md b/src/pages/tutorials/getting-started/automate-ios-applications.md index 5ce994a..1541a9f 100755 --- a/src/pages/tutorials/getting-started/automate-ios-applications.md +++ b/src/pages/tutorials/getting-started/automate-ios-applications.md @@ -312,7 +312,7 @@ _This is a basic test that can be recorded by interacting with your app. Also, [ * Start creating tests. [Explore Recorder.](https://testsigma.com/docs/test-cases/create-steps-recorder/ios-apps/overview/) -* Automate iOS Apps using your local devices. [Learn more!](https://testsigma.com//tutorials/test-cases/mobile-apps/build-tests-using-local-ios-devices/) +* Automate iOS Apps using your local devices. [Learn more!](https://testsigma.com/tutorials/test-cases/mobile-apps/build-tests-using-local-ios-devices/) * Create Test Plans and Schedule. Head over to [this link!](https://testsigma.com/docs/test-management/test-plans/schedule-plans/) From 0fdec266e9620e70541c2d5bd6e7500dd10c1e38 Mon Sep 17 00:00:00 2001 From: Santhoshkumar <117272529+Santhosh-testsigma@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:19:56 +0530 Subject: [PATCH 2/2] Node version update --- .github/workflows/cd.yml | 4 ++-- .github/workflows/ci.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 3cf87ae..54b6b5c 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -12,10 +12,10 @@ jobs: - name: Install libvips run: sudo apt-get install libvips - uses: actions/checkout@v2 - - name: Setup Node 16 + - name: Setup Node 18 uses: actions/setup-node@v2 with: - node-version: '16' + node-version: '18' - name: Install dependencies run: | npm i --force --unsafe-perm diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e505271..3636f30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,15 +11,15 @@ jobs: - name: Install libvips run: sudo apt-get install libvips - uses: actions/checkout@v2 - - name: Setup Node 12 + - name: Setup Node 18 uses: actions/setup-node@v2 with: - node-version: '12' + node-version: '18' - name: Install dependencies run: | - npm i --force --unsafe-perm + rm -rf node_modules && npm i --force --unsafe-perm - name: Force installing sharp - run: npm install --ignore-scripts=false --verbose sharp@0.30.7 + run: npm install --ignore-scripts=false --verbose sharp@0.30.7 --force --unsafe-perm - name: 'Create env file' run: | touch .env