Skip to content

Commit 28e1463

Browse files
Fix: Link with Double slash (#98)
* Fix: Link with Double slash * Node version update
1 parent 7db5b76 commit 28e1463

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
- name: Install libvips
1313
run: sudo apt-get install libvips
1414
- uses: actions/checkout@v2
15-
- name: Setup Node 16
15+
- name: Setup Node 18
1616
uses: actions/setup-node@v2
1717
with:
18-
node-version: '16'
18+
node-version: '18'
1919
- name: Install dependencies
2020
run: |
2121
npm i --force --unsafe-perm

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
- name: Install libvips
1212
run: sudo apt-get install libvips
1313
- uses: actions/checkout@v2
14-
- name: Setup Node 12
14+
- name: Setup Node 18
1515
uses: actions/setup-node@v2
1616
with:
17-
node-version: '12'
17+
node-version: '18'
1818
- name: Install dependencies
1919
run: |
20-
npm i --force --unsafe-perm
20+
rm -rf node_modules && npm i --force --unsafe-perm
2121
- name: Force installing sharp
22-
run: npm install --ignore-scripts=false --verbose sharp@0.30.7
22+
run: npm install --ignore-scripts=false --verbose sharp@0.30.7 --force --unsafe-perm
2323
- name: 'Create env file'
2424
run: |
2525
touch .env

src/pages/tutorials/getting-started/automate-android-applications.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ In this tutorial we will demonstrate how Testsigma’s revolutionary mobile test
6565
> ## [Pre-requisites](#pre-requisites)
6666
> 1. You have a Testsigma account : If you haven't already, sign up for [a free trial](https://testsigma.com/signup)
6767
> 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)
68-
> 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
68+
> 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
6969
7070
---
7171

@@ -289,7 +289,7 @@ If you need any help with errors you can reach out to [support@testsigma.com](ma
289289

290290
* Start creating tests. [Explore Recorder.](https://testsigma.com/docs/test-cases/create-steps-recorder/android-apps/overview/)
291291

292-
* Automate Android Apps using your local devices. [Learn more!](https://testsigma.com//tutorials/test-cases/mobile-apps/build-tests-using-local-android-devices/)
292+
* Automate Android Apps using your local devices. [Learn more!](https://testsigma.com/tutorials/test-cases/mobile-apps/build-tests-using-local-android-devices/)
293293

294294
* Create Test Plans and Schedule. Head over to [this link!](https://testsigma.com/docs/test-management/test-plans/schedule-plans/)
295295

src/pages/tutorials/getting-started/automate-ios-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ _This is a basic test that can be recorded by interacting with your app. Also, [
312312

313313
* Start creating tests. [Explore Recorder.](https://testsigma.com/docs/test-cases/create-steps-recorder/ios-apps/overview/)
314314

315-
* Automate iOS Apps using your local devices. [Learn more!](https://testsigma.com//tutorials/test-cases/mobile-apps/build-tests-using-local-ios-devices/)
315+
* Automate iOS Apps using your local devices. [Learn more!](https://testsigma.com/tutorials/test-cases/mobile-apps/build-tests-using-local-ios-devices/)
316316

317317
* Create Test Plans and Schedule. Head over to [this link!](https://testsigma.com/docs/test-management/test-plans/schedule-plans/)
318318

0 commit comments

Comments
 (0)