Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 478 Bytes

File metadata and controls

20 lines (14 loc) · 478 Bytes

Final Project

Unit testing untuk web saucedemo.com

Unit testing untuk API dummyapi.io

Library

  • Cucumber
  • JUnit 5
  • Google GSON
  • Selenium
  • RestAssured

Cara menjalankan unit test

Jalankan command gradlew run test atau melalui IntelIJIdea per class yang akan di test (RunCucumberTest).

Cara menjalankan unit test per task

Jalankan command gradlew run apiTest untuk menjalankan test API

Jalankan command gradlew run webTest untuk menjalankan test Web