-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #100 from testsigmahq/dev
Dev >>> Link with double slash and updated stack verison for tutorial
- Loading branch information
Showing
5 changed files
with
12 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 [email protected] | ||
run: npm install --ignore-scripts=false --verbose [email protected] --force --unsafe-perm | ||
- name: 'Create env file' | ||
run: | | ||
touch .env | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 [email protected] --force --unsafe-perm | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 [[email protected]](mailto:[email protected]) | ||
> 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 [[email protected]](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/) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters