jmeter actual combat: jmeter+ant+jenkins lightweight interface automation test (windows)

There is no need for cattle knives to kill pigs. There is no difference between cattle and tall tools. Every tool has its own reason for existence; The key is to see if it can be used, how to use it, and whether it is used in the right place. Tools to install: jdk1.8 Jmeter4.0 ant1.9 (ANT) jenkins2.1 (Jenkins) 1. Environment configuration 1. ...

Added by pellky on Wed, 02 Feb 2022 20:44:14 +0200

Mac docker deploys jenkins and runs automated code on jenkins

1, docker deployment jenkins docker run -d -p 7000:8080 --name py42jenkins -u root -v /var/run/docker.sock:/var/run/docker.sock -v /usr/bin/docker:/usr/bin/docker jenkins/jenkins:alpine The deployment success diagram is as follows: Command interpretation: docker run: run container through image – Name: the name of the startup conta ...

Added by YoussefSiblini on Mon, 24 Jan 2022 13:41:41 +0200

Jenkins deployment and continuous deployment

Jenkins deployment and continuous deployment jenkins official address: https://jenkins.io/zh/ Deploy jenkins ubuntu installation package download address: https://mirrors.tuna.tsinghua.edu.cn/jenkins/debianjenkins Tsinghua source download address: https://mirrors.tuna.tsinghua.edu.cn/jenkins/Jenkins user manual: https://jenkins.io/zh/doc/j ...

Added by Big_Ad on Fri, 21 Jan 2022 19:02:16 +0200

Jenkins integrated Robot Framework

This article describes how Jenkins integrates the Robot Framework. The environment used is as follows: Jenkins 2.326, using docker to install and deploy Agent: Windows10, which installs Java environment and Robot Framework test framework to execute automated test cases. The specific deployment process is described below. 1, Agent configurati ...

Added by sathyan on Wed, 19 Jan 2022 07:21:33 +0200

jenkins automatic construction process Chapter 4: use jenkins to build a process of automatically processing pictures with python

catalogue 1. Blog introduction 2. Content . prepare git warehouse . resources for preparing pretreatment . preparing python scripts . prepare shell script . jenkins task creation Implementation of jenkins' mandate . some pits and precautions 3. Push 4. Conclusion 1. Blog introduction This is the fourth and last part of jenkin ...

Added by CNibbana on Fri, 14 Jan 2022 21:59:26 +0200

Learn this article about continuous integration of at least 10K salary increase: appium+python+jenkins automated test framework

catalogue 1.1 common app types: 1.2 why Appium 1.3 Appium benefits 1.4 Appium design (2) appium client and server parameters 2.1 Appium client 2.2 Appium server 2.2. 1 Principle 2.2.2 Server -args startup parameters (3) Find_element element positioning 3.1 positioning method of element: 3.2 Selenium positioning mode: 3.3 Appium ...

Added by PrObLeM on Wed, 05 Jan 2022 17:53:36 +0200

Raspberry pie 4B builds devops platform based on docker

background Deploy a set of devops platform with open source software container on raspberry PI4B, which can be used for normal R & D activities such as code management, warehouse management, project management, CICD and so on. prepare Hardware: Raspberry Pi 4B (8g version) OS: centos7.9 Basic environment: 19.03.8 IP: 10.0.1.155 ...

Added by xtopolis on Tue, 04 Jan 2022 21:23:03 +0200

Jenkins conditional judgment

Jenkins conditional judgment Jenkins condition judgment has two more key instructions: input, when The former can perform card point interaction, and the key step can set secondary confirmation. input syntax Please refer to the official website for details. There may be some problems with the reference syntax of the official website documents, ...

Added by perrij3 on Mon, 03 Jan 2022 02:15:07 +0200

II. Construction of GitLab CI server

WeChat official account: operation and development story, author: double winter Continuous integration (CI) CI, Continuous Integration, is a very important link in the process of software development. In the process of Internet agile development, Continuous Integration is usually used for daily compilation and automatic testing to ensure ti ...

Added by unixmiah on Sun, 02 Jan 2022 21:52:11 +0200

SpringCloud microservice practice - build an enterprise level development framework: SpringCloud + Docker + k8s realize packaging deployment - packaging configuration of microservice cluster

   SpringCloud microservices contain multiple SpringBoot runnable applications. In a single application, the packaging and deployment during version release is relatively simple. When there are microservices of multiple applications, the original single application deployment method will appear complex and uncontrollable. Then we will ...

Added by FirePhoenix on Thu, 30 Dec 2021 10:01:41 +0200