SeleniumCucumberFramework Components of Cucumber Framework: a) Runners b) Step_Definitions c) Pages d) Utilities How to update the local branch name after updated the remote branch name git branch -m master main git fetch origin git branch -u origin/main main git remote set-head origin -a