From 7c3a8c0de99ca81c97c8cb44c1e53ec4d000b3ab Mon Sep 17 00:00:00 2001 From: Arpit Mohan Date: Thu, 19 Nov 2020 09:07:25 +0530 Subject: [PATCH] Modifying the release endpoint in docs (#1791) * Modifying the release endpoint in docs * Adding reference to Test contribution guide in docs --- contributions/ClientSetup.md | 2 +- contributions/CodeContributionsGuidelines.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/contributions/ClientSetup.md b/contributions/ClientSetup.md index 8efe8aed70..0152feeecd 100644 --- a/contributions/ClientSetup.md +++ b/contributions/ClientSetup.md @@ -74,7 +74,7 @@ node versions to be used in different projects. Check below for installation and 2. In the root of the project, run `nvm use 10.16.3` or `fnm use 10.16.3`. #### If you would like to hit a different Appsmith server: -- Change the API endpoint in the Nginx configuration files (`app/client/docker/templates/nginx-mac.conf.template` on MacOS or `app/client/docker/templates/nginx-linux.conf.template` on Linux). By default it points to your local instance i.e. `http://host.docker.internal:8080` for MacOS or `http://localhost:8080` for Linux. You need to replace all the occurances of the default ip with your preferred IP. The IP of the appsmith staging API server is https://release-api.appsmith.com. +- Change the API endpoint in the Nginx configuration files (`app/client/docker/templates/nginx-mac.conf.template` on MacOS or `app/client/docker/templates/nginx-linux.conf.template` on Linux). By default it points to your local instance i.e. `http://host.docker.internal:8080` for MacOS or `http://localhost:8080` for Linux. You need to replace all the occurances of the default ip with your preferred IP. The IP of the appsmith staging API server is https://release.app.appsmith.com. - Run `start-https.sh` script again. - Run ``` diff --git a/contributions/CodeContributionsGuidelines.md b/contributions/CodeContributionsGuidelines.md index 35afdf88ce..89099e0275 100644 --- a/contributions/CodeContributionsGuidelines.md +++ b/contributions/CodeContributionsGuidelines.md @@ -35,6 +35,9 @@ We use [Github Flow](https://guides.github.com/introduction/flow/index.html), so yarn run test ``` +Please check out our [Testing Contribution](docs/TestAutomation.md) guide for more details on setting up & troubleshooting Cypress runs on your machine. + + 2. In order to run the Jest unit tests, run: ```bash cd app/client