TarekElmeskine / greach2018-functional-testing-workshop

The code and instructions for the Greach 2018 REST api functional testing workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Functional testing workshop Greach 2018

Creating the project

  • in intellij idea: File > New > Project from version controler > Git

    • Repository url: 'git@github.com:HelainSchoonjans/greach2018-functional-testing-workshop.git'

[ALTERNATIVE] Cloning the project

If you don't want to create the project through intellij idea, you can clone the project through git:

  • clone the repository

    git clone git@github.com:HelainSchoonjans/greach2018-functional-testing-workshop.git

  • import in intellij idea: File > New > Project from existing sources

Import as Gradle project

Please import the project as a Gradle project.

Java SDK

Choose java 8 as the SDK. Ensure you also have a version of groovy installed.

Donwload the dependencies and created the instructions

Run gradle build and gradle asciidoctor

Opening the instructions

  • run the gradle task 'asciidoctor'
  • go in build/asciidoc/html5 and open the 'index.html' file in your browser

About

The code and instructions for the Greach 2018 REST api functional testing workshop


Languages

Language:Groovy 62.2%Language:Shell 25.4%Language:Batchfile 12.4%