MuhammadFikrri / GuruMu-API-Automation-Testing

Automation Testing for GuruMu API with SerenityBDD and RestAssured

Home Page:https://guru-mu.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


GuruMu

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

On Progress...

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

About

Automation Testing for GuruMu API with SerenityBDD and RestAssured

https://guru-mu.vercel.app/


Languages

Language:Java 69.0%Language:Gherkin 31.0%