Software Testing 持续集成实验

 ONE Install maven

Check whether it is successful.

 

TWO Clone the project

Get into the dictionary you want to put the project in.

Open Git Bash. Input "git clone "+ the URL.

 

Then, we can get the project in our computer.

 

THERE Do some changes 

Change the code in SPMTeamFive\HelloWorld\src\main\java\TeamFive\App.java and SPMTeamFive\HelloWorld\src\test\java\TeamFive\AppTest.java.

 

 

FOUR Maven

open cmd. Input "mvn compile" and "mvn test".

mvn compile

mvn test

 

 

 

FIVE Git up

"git add ."

 "git commit -m "" "

"git push -u"

 

SIX Pull requests

Open gitup, and check whether there exists changes.

 

 

 Pull Request.

 

 

 

 Eventually, the owner will receive the request. When he or she agree it, I can get an email.

 

 

posted @ 2017-04-17 21:52  Danning1996  阅读(135)  评论(0编辑  收藏  举报