项目作者: Nik-Kudrin

项目描述 :
Examples of integration tests (Java 11, TestNG) for Star Wars API https://swapi.dev/ (Interview task)
高级语言: Java
项目地址: git://github.com/Nik-Kudrin/star-wars-tests.git
创建时间: 2020-04-22T00:07:40Z
项目社区:https://github.com/Nik-Kudrin/star-wars-tests

开源协议:

下载


Star Wars Test

Examples of integration tests for Star Wars API https://swapi.dev/ (Interview task)

Project is written using Java 11, TestNG

Run smoke test

  1. gradlew clean smokeTest

Run all tests

  1. gradlew test