Modifying the release endpoint in docs (#1791)
* Modifying the release endpoint in docs * Adding reference to Test contribution guide in docs
This commit is contained in:
parent
c3c7b9b7d7
commit
7c3a8c0de9
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user