Automated Postman Tests
Learn how to automate test runs.
Press Run to load Postman
Postman and login applications
Next, we need to boot up the login app using the following steps:
-
Click the “+” icon to open a new terminal.
-
Enter the command below in the newly created terminal:
cd with-passport-app-educative && npm run dev
If desired, copy the URL below and paste it into a browser to view the application.
Press + to interact
{{EDUCATIVE_LIVE_VM_URL}}:3000
Import a collection
Postman allows ...