Sha256: ec3dbc480502f07fd94ae7d7274d5f3f69987353267bdd024b5c5e25b2969155

Contents?: true

Size: 1.23 KB

Versions: 14

Compression:

Stored size: 1.23 KB

Contents

#!/bin/bash
GATLING_VERSION=2.1.7

# Remove old Gatling reports and version Download New

rm -rf gatling-charts-highcharts-bundle-${GATLING_VERSION}/
rm -rf gatling-${GATLING_VERSION}.zip/


curl -sf -o gatling-${GATLING_VERSION}.zip \
  -L https://repo1.maven.org/maven2/io/gatling/highcharts/gatling-charts-highcharts-bundle/${GATLING_VERSION}/gatling-charts-highcharts-bundle-${GATLING_VERSION}-bundle.zip
ls
unzip gatling-${GATLING_VERSION}.zip

chmod +x gatling-charts-highcharts-bundle-${GATLING_VERSION}/bin/gatling.sh
 # Set GATLING_HOME

export GATLING_HOME=gatling-charts-highcharts-bundle-${GATLING_VERSION}

# Remove default simulations and Config and add our own

rm -rf gatling-charts-highcharts-bundle-${GATLING_VERSION}/user-files/
rm -rf gatling-charts-highcharts-bundle-${GATLING_VERSION}/conf
cp -rf user-files/ gatling-charts-highcharts-bundle-${GATLING_VERSION}/user-files/
cp -rf config/ gatling-charts-highcharts-bundle-${GATLING_VERSION}/config

# RUN Gatling TEST WITH CLASS CLASS/TEST SCENARIO SPECIFIED

sh gatling-charts-highcharts-bundle-${GATLING_VERSION}/bin/gatling.sh -sf gatling-charts-highcharts-bundle-${GATLING_VERSION}/user-files/simulations/ -s SampleLoadTest -rf gatling-charts-highcharts-bundle-${GATLING_VERSION}/results/

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
bddfire-3.0.2 scaffold/load/gatling_local.sh
bddfire-3.0.1 scaffold/load/gatling_local.sh
bddfire-3.0.0 scaffold/load/gatling_local.sh
bddfire-2.0.8 scaffold/load/gatling_local.sh
bddfire-2.0.7 scaffold/load/gatling_local.sh
bddfire-2.0.6 scaffold/load/gatling_local.sh
bddfire-2.0.5 scaffold/load/gatling_local.sh
bddfire-2.0.4 scaffold/load/gatling_local.sh
bddfire-2.0.3 scaffold/load/gatling_local.sh
bddfire-2.0.2 scaffold/load/gatling_local.sh
bddfire-2.0.1 scaffold/load/gatling_local.sh
bddfire-2.0.0 scaffold/load/gatling_local.sh
bddfire-1.9.9 scaffold/load/gatling_local.sh
bddfire-1.9.8 scaffold/load/gatling_local.sh