Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/staging-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

---

Expand Down Expand Up @@ -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/)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

Expand Down