Git Product home page Git Product logo

gurumu-web-automation-testing's Introduction


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

Team Quality Assurance Engineer:

  • Suci Nascaisar Maharani
  • David Louis Tandio
  • Muhammad Fikri Rabbani
  • Nurul Khalifatu Sa'diyah
  • Dicky Gustiatama

๐Ÿ”— 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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.