opengeospatial / teamengine-integration-testing

Code and instructions to test teamengine on the web, integrating some ETS and sample files
0 stars 1 forks source link

Use CSV build file as input #19

Open bermud opened 7 years ago

keshavnangare commented 7 years ago

Created the test.properties converter script which will take input as csv file, from that file it will update the version of the test in test.properties file.

The script /property-converter.sh is called at the beginning of the te-integration-script, so it will update test.properties file first then start execution of the integration testing.

If the csv file is not provided through the command line parameter then existing test.properties will be used.

Following is the command to execute the te-integration-script:

./run-test.sh -user admin -password admin123 -u http://localhost:8080/teamengine/ -f ~/path/of/jmeter/script/ -i 201705.csv

Commit: ba786f8

lgoltz commented 6 years ago

The documentation of the new parameter -i is missing in the README.md. Furthermore it would be helpful to explain the expected format of the csv-File.

keshavnangare commented 6 years ago

Updated README.md with commit: eb946f4