Skip to content

exactpro-external/gatling-recorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

780 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cat > Readme.md <<EoR
git clone https://github.com/gatling/gatling.git recorder
cd recorder
## Optional:  put gatling* 3.0.0-SNAPSHOT to ~/.ivy2/local/io.gatling
# sbt compile && sbt test && sbt publishLocal
git filter-branch --prune-empty --subdirectory-filter gatling-recorder/ master
#git clean -fd
git checkout -b standalone
git remote set-url --push origin git@github.com:mz0/gatling-recorder.git
git push -u origin standalone
EoR

I had to compose build.sbt and copy BaseSpec (commit e259eb8). Now I can run sbt compile, sbt test, and start Recorder from IDE.

*** Sync to upstream (from ../gatling-parent)

cd ../gatling-parent
git pull
rsync -rc gatling-recorder/src/ ../recorder/src/

About

Build/run a standalone Recorder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 19

Languages