Skip to content

slawekradzyminski/vistularestassured

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows setup guide

  1. Install IntelliJ IDEA Community Edition

  2. Install Java 8 SDK

  3. Download and unpack Maven 3

  4. Set JAVA_HOME and configure Maven

  5. Verify installation running mvn -version and java -version. You should see version number.

Mac setup guide

  1. Install IntelliJ IDEA Community Edition

  2. Install Brew

  3. Install Java 8

  4. Install Maven - brew install maven

  5. Verify installation running mvn -version and java -version. You should see version number.

Fork guide

  1. Click Fork in top right corner

Screenshot

  1. Do next steps on your fork. You can verify that URL contains your account name instead of slawekradzyminski

API running guide

  1. Download API jar from https://drive.google.com/file/d/1lPMnqKBpvHAD_qLYI2YN-cL6M9MqejPY/view

  2. Run Jar from command line (open terminal via 'cmd' command in Windows)

java -jar vistula-api.jar

Screenshot

  1. After around one minute verify that you can access Swagger

http://127.0.0.1:9999/swagger-ui.html

  1. Application can be stopped by closing terminal or pressing CTRL + C

Project setup guide

  1. Open IntelliJ and select File -> New -> Project from Version Control -> Git

Screenshot

  1. Copy paste your project url to tab. You should see your account name instead of 'slawekradzyminski'.

Screenshot

  1. After project has loaded open green notification in bottom-right corner. Click on Add as Maven Project

Screenshot

  1. Open ArenaTest class and click Setup SDK i top-right corner.

Screenshot

  1. Pick Java 8

Screenshot

  1. Go to InformationControllerTest class and run test. It should work (assuming that API is running on localhost).

More

API source code

About

Java Rest Assured starter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages