Giter Site home page Giter Site logo

alexdingsz / testing_platform Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wang153723482/testing_platform

0.0 1.0 0.0 881 KB

基于springboot、jmeter的测试平台,通过web创建测试计划并执行,查看运行报告以及历史报告。

License: Apache License 2.0

Java 79.38% HTML 20.62%

testing_platform's Introduction

下载

环境

  1. windows 7 或 ubuntu 16.04-10
  2. 安装jdk 1.8,并配置环境变量。
  3. 安装jmeter 3.2。对于windows操作系统,必须配置环境变量;对于linux操作系统,需要新建配置文件 JMETER_HOME.config ,填入jmeter安装目录,例如/usr/local/apache-jmeter-3.2,跟jar文件放在同一目录下。

运行

java -jar testing_platform-0.1-SNAPSHOT.jar

如果在本机运行,浏览器访问 http://本机ip:20302

如果在远程服务器上运行,则需要将ip改为对应服务器ip即可。

指定端口运行

java -jar testing_platform-0.1-SNAPSHOT.jar --server.port=9999

原理

上传/新建jmx脚本,通过java执行 jmeter -n -t xxx.jmx -o -p dir 来运行脚本并生成html报告。

web框架基于springboot,数据库使用了轻量级的SQLite。

123

testing_platform's People

Contributors

wang153723482 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.