PR adds assertj to the plugin modules as well so we can write better assertions there. We're changing just one test, but to illustrate as an example. With the previous assertion used here, failure messages looked like this: ``` Expected <true>, but got <false>. ``` But with the better assertions introduced in this PR, we should see something like: ``` Expected `Random unexpected string` to end with `Host not allowed.` ``` Which should help us much better in troubleshooting. |
||
|---|---|---|
| .. | ||
| .run | ||
| appsmith-git | ||
| appsmith-interfaces | ||
| appsmith-plugins | ||
| appsmith-server | ||
| envs | ||
| mongo-seed | ||
| reactive-caching | ||
| scripts | ||
| .gitignore | ||
| build.sh | ||
| buildpack-run.sh | ||
| docker-compose.yml | ||
| pom.xml | ||
| Procfile | ||
| README.md | ||
| system.properties | ||
Appsmith Server
This is the server-side repository for the Appsmith framework.
For details on setting up your development machine, please refer to this Setup Guide.