Skip to content

Automation Testing for GuruMu API with SerenityBDD and RestAssured

Notifications You must be signed in to change notification settings

sucinm/GuruMu-API-Automation-Testing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Capstone Program Immersive Alterra Academy

About GuruMu

GuruMu is an online private-study platform. Where users can order private tutors at any time. Currently tutoring center located in more than 5 cities that combines online and offline learning. With GuruMu, no more obstacles to be able to learn independently. GuruMu is available for students from elementary to high school and also serves all curricula in Indonesia.

Collaboration

Report



Tools

Manual Testing

Automation Testing

Management Project

🔗 Git

Cara pindah branch:

git checkout feature_a

Cara membuat branch baru:

git branch feature_b

Cara commit:

  • menyamakan current branch dengan main // harus di branch main git pull --rebase origin main
  • how to check location branch git branch
  • pindah branch git checkout <branch>
  • add perubahan nya git add . // harus di branch sendiri
  • commit git commit -m "message" // harus di branch sendiri
  • push git push origin <branch> // harus di branch sendiri -> git origin feature/login

🔖 Note

FORMAT NAMA BRANCH:

  • feature/[HTTP METHOD]-[ENDPOINT] contoh:
    • feature/login
    • feature/reservation

FORMAT COMMIT MESSAGE:

  • [NAMA BRANCH]: message. contoh:
    • feature/login: Add schenario for login

Releases

No releases published

Packages

No packages published

Languages

  • Java 69.1%
  • Gherkin 30.9%