Skip to content

andreituicu/AdaptTo2018-ToughDay2-Sling

Repository files navigation

AdaptTo 2018 - ToughDay2 Sling Test Example

this.getParent()

https://adapt.to/2018/en/schedule/toughday-performance-testing-framework.html

Configuring the repo.adobe.com

In order to be able to access parent poms and dependencies, you will have to configure repo.adobe.com in your settings.xml.

Please follow the instructions from here

Download latest ToughDay2 jar

Please download the latest ToughDay2 jar from here

Starting Sling Standalone

For starting sling standlone please use the instructions from here

Building the test

mvn clean install

Executing the test

If you look in the code you will see that there is a SlingHello test. In order to find information about it you can execute

java -jar toughday2.jar --help SlingHello --add path/to/sling-test-sample-0.1.0-SNAPSHOT.jar
  • Execute from CLI without parameter
java -jar toughday2.jar --add SlingHello --add path/to/sling-test-sample-0.1.0-SNAPSHOT.jar --host=localhost --port=8080 --installsamplecontent=false
  • Execute from the CLI with parameter
java -jar toughday2.jar --help SlingHello path=/index.html --add path/to/sling-test-sample-0.1.0-SNAPSHOT.jar --host=localhost --port=8080 --installsamplecontent=false
  • Execute using an YAML configuration
java -jar toughday2.jar --configfile=sling-td2-config.yaml

About

AdaptTo 2018 - Toughday2 Sling Test example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages