# http-test-runner **Repository Path**: key232323/http-test-runner ## Basic Information - **Project Name**: http-test-runner - **Description**: http client executor that manage tests' depends, support sql in setup/teardown period, in dsl file. - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2014-06-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README http-test-runner ============ http client executor that manage tests' depends, support sql in setup/teardown period, in dsl file. Getting started ------------------ ### prepare groovy runtime make sure you have installed groovy. > groovy -v ### copy lib/*.jar to groovy runtime classpath eg. change file 'groovy-starter.conf' add load '/home/mygit/http-test-runner/lib/*.jar' ### make a http request test in txt file refer dir/suite*_spec*.txt ### run > groovy run.groovy