Thursday, September 24, 2020

Commit code in GitLab through Visual Studio

1. Click on Team Explorer

2. Click on Changes 

3. Under "Changes" , right click on the file/folder which you want to commit

4.  Click on "Stage"










5.  Click on Commit Staged and Push


Over all look and feel of Team Explorer is mentioned below:


Monday, September 21, 2020

Jenkins Installation for Windows 10

 Steps for Jenkins installation for Windows 10 are mentioned below:

  1. Download the software from https://www.jenkins.io/ and Double click

  2. Click on Next
3. Click on Next

4. Enter Credentials and click on Test Credentials

5. Warning Symbol will get converted into green tick. Click on Next

6. Enter the port number as 8080 or 8081 and click on Test port to get the warning button get converted into green tick. Then click on next

7. Click on next

8. Choose option under Firewall Exception and click on next


9. Click on Install


10. In CMD run command: java -jar jenkins.war



11. Jenkins will be Installed and will automatically open the page http://localhost:8080/


12. Fill Details



13. Jenkin Dashboard



Thursday, September 17, 2020

Cypress Installation Method

 How to install Cypress:

  1. Create folder in local machine
  2. Open cmd and go to that folder
  3. Type npm init -y, then new json package created automatically

4. Type: npm install --save-dev cypress 

5. After installing cypress, open it by typing: npx cypress open


Featured Posts