I installed the Test Server on my Mac, when I click it to try open it, the Test Server icon just show on the Dock and after a few seconds,it just crash immediately.
Hi,
Thank you for your post. There is a known issue with using ready-api-testserver.sh, so you will need to do the below workaround on the command line to use it.
1. Open Terminal and change a directory:
cd /Applications/ReadyAPITestServer-2.0.0.app/Contents/java/app/bin
2. Then, open the ready-api-testserver.sh file in the VI editor:
vi ready-api-testserver.sh
3. Press the Esc button and type the following ex command which will set the environment variable:
:set fileformat=unix
and, then, press Enter.
4. Hold the Shift key and enter zz to save the file.
Then, you should be able to start Ready API Testserver by doing ./ready-api-testserver.sh.
Note that on the first run, you will need to specify a user and password: https://support.smartbear.com/readyapi/docs/testserver/tutorials/your-first-recipe/configure-service...
After this, please enter the absolute path to your license file and specify the required parameters: https://support.smartbear.com/readyapi/docs/testserver/install/licensing.html