Course Hive
Search

Welcome

Sign in or create your account

Continue with Google
or
How To Push Playwright Test To Github
Play lesson

Automation Testing - Playwright With JavaScript Tutorials - From Basic To Advanced - How To Push Playwright Test To Github

4.0 (2)
17 learners

What you'll learn

This course includes

  • 16.5 hours of video
  • Certificate of completion
  • Access on mobile and TV

Summary

Keywords

Full Transcript

In this tutorial, we will learn the step-by-step process of pushing your Playwright tests to GitHub.This video will guide you through the process, covering everything from setting up your repository to pushing your tests with Git commands via https and ssh as well. Notes git config --global credential.helper store git config --global credential.https://github.com.token "add your token" Commands discussed git init git status git add filename or git add . git commit -m "first commit" git log git branch -M main git branch git remote add origin "github repo url" git push -u origin main Install Git ON MAC https://www.youtube.com/watch?v=8uNYfc9Shz4&pp=ygUVaW5zdGFsbCBnaXQgb24gbWFjIG0x All Playlist https://www.youtube.com/c/Mukeshotwani/playlists Connect with us: Email - [email protected] Linkedin- https://www.linkedin.com/in/mukesh-otwani-93631b99/ Instagram- https://www.instagram.com/mukeshotwaniofficial/ Facebook Group- https://www.facebook.com/groups/256655817858291 Facebook Page- https://www.facebook.com/SeleniumWebdriverMukesh Blog- http://learn-automation.com

Course Hive

Continue this lesson in the app

Install CourseHive on Android or iOS to keep learning while you move.

Related Courses

FAQs

Course Hive
Download CourseHive
Keep learning anywhere