How To Push Playwright Test To Github

Поділитися
Вставка
  • Опубліковано 12 лют 2024
  • 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.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
    • How To Install Git On ...
    All Playlist
    / mukeshotwani
    Connect with us:
    Email - mukeshotwani@learn-automation.com
    Linkedin- / mukesh-otwani-93631b99
    Instagram- / mukeshotwaniofficial
    Facebook Group- / 256655817858291
    Facebook Page- / seleniumwebdrivermukesh
    Blog- learn-automation.com
  • Наука та технологія

КОМЕНТАРІ • 7

  • @Mukeshotwani
    @Mukeshotwani  4 місяці тому

    Let me know if u face any issue

  • @ashutoshpratapsingh6872
    @ashutoshpratapsingh6872 4 місяці тому

    Please create one sample readme file for this playwright with JS, really helpful

  • @user-qt8no6gy5j
    @user-qt8no6gy5j 4 місяці тому +1

    Hello sir
    when are you going to start new batch for java selenium class?

    • @Mukeshotwani
      @Mukeshotwani  4 місяці тому

      Yes please share your email and number. We will call and inform about the program. Training date is 26th March 2024.
      My email is mukeshotwani@learn-automation.com

  • @_videowall_
    @_videowall_ 4 місяці тому

    I am getting error in launching chrome in intelij.... I am able to launch chrome browser but can't navigation/get url in that chrome? Plzz help me on it.
    I am used selenium 3.141.59 and chromedriver 122+ version
    Can i get ur no/ plzz tell me a sol on it.

  • @F.R.E.E.E
    @F.R.E.E.E 4 місяці тому

    Hii sir please remake a video on using selenium in android