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 diff --git a/.github/workflows/staging-cd.yml b/.github/workflows/staging-cd.yml index 82d7eb8..26e5a8c 100644 --- a/.github/workflows/staging-cd.yml +++ b/.github/workflows/staging-cd.yml @@ -12,12 +12,13 @@ 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: | + rm -rf .cache node_modules npm i --force --unsafe-perm - name: Force installing sharp run: npm install --ignore-scripts=false --verbose sharp@0.30.7 --force --unsafe-perm 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/)