minhhungg's picture
feat: initial upload for AutoRestTest Track A datasets
6c50d1f
Raw
History Blame Contribute Delete
292 Bytes
#! /bin/bash
end=$((SECONDS+3600))
current_path=$(pwd)
path_to_file="$current_path/../../../specs/openapi_json"
while [ $SECONDS -lt $end ]; do
java -jar ../../../evomaster.jar --blackBox true --bbSwaggerUrl file://$path_to_file/ohsome.json --maxTime 1h --outputFormat JAVA_JUNIT_4
done