Code Monkey home page Code Monkey logo

ngtesting-platform's Introduction

Next Generation Testing Tools

AngularJS, SockJS, SpringBoot, MyBatis, MySQL

Demo: http://47.99.102.138:8080

Quick start

Use Docker

  1. Install docker and docker-compose;

  2. Download file from https://raw.githubusercontent.com/aaronchen2k/ngtesting-platform/master/docker-compose.yml ;

  3. In same dir, enter "docker-compose up" to launch.

    First time, you may get an error caused by MySQL service not ready for web server connectting, just run Step 3 again to fix.

    Once you create and start containers by using "docker-compose up" command, next time you should use "docker-compose start|stop" to avoid to docker-compose re-creating the container after the remote image changed, which will cause data-losing.

  4. Open http://localhost:58080/test.html using Chrome.

Use Java Jar

  1. Create dir "/work/ngtesting-data/" for file upload;

  2. Create a MySQL database named "ngtesting-web";

  3. Add MySQL user "ngtesting" with password "P2ssw0rd";

  4. Run "git clone https://github.com/aaronchen2k/ngtesting-platform.git";

  5. Import "src/main/docker/mysql/schema.sql" to database;

  6. In project dir, enter command "xdoc/ngtesting-web-1.*.jar" to run;

    You may change the config params in application.yml file like this: "xdoc/ngtesting-web-1.*.jar --config.mysql.host=10.0.0.10 --config.mysql.port=3306".

  7. Open http://localhost:8080/test.html using Chrome.

Test Project

project_view

Test Case

project_view

Test Execution

project_view

Test Plan

project_view project_view project_view project_view

Licenses

All source code is licensed under the GPLv3 License.

ngtesting-platform's People

Contributors

aaronchen2k avatar

Watchers

James Cloos avatar  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.