11. Appium Installation (GitHub)

11. Appium Installation (GitHub):
1.We have used it for online repository of projects (Java/Maven)
2. Used webhooks
GitHub is an American company that provides hosting for software development version control using Git. ... It offers all of the
distributed version control and source code management (SCM) functionality of Git as well as adding its own features.
Webhooks provide a way for notifications to be delivered to an external web server whenever certain actions occur on a
repository or organization. ... For example, you can configure a webhook to execute whenever: A repository is pushed
to. A pull request is opened.
Goto Maven project folder and run these commands using cmd:
i. git init
ii. git add --all
iii. git commit -am "<commit message>"
iv. git remote add origin https://github.com/xxxxxxxxxxxx/apiDemos.git
v. git push -u origin master



No comments:

Post a Comment

Cypress from beginning