Skip to content

#309: Enable the average report to display more than one average

License

Notifications You must be signed in to change notification settings

Glenmorangie/-309-XLT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XLT

XLT is an extensive load and performance test tool developed and maintained by Xceptance. If you need more information, here is the current website and the current documentation portal. There is also a forum available to discuss load testing and test automation with XLT.

The documentation was fully rewritten in 2020 and it is continuously updated. We appreciate your feedback. You can also directly contribute on GitHub at https://github.com/Xceptance/xlt-documentation. If you need any information from the legacy documentation, you can still find it at https://lab.xceptance.de/releases/xlt/5.7.1/index.html

Open Source

XLT has been open sourced on 30 January 2020 under the Apache License 2.0.

How to Build XLT

The XLT build process is based on the Apache Ant build tool. The build works best when being run on a Linux machine.

Required Tools

  • Latest JDK 11
  • Latest Apache Ant
  • Chrome or Chromium browser (to package the timer-recorder extension for Chrome/Chromium)
  • Node.js in version 16.15.1 (to bundle the resultbrowser)
  • Optional tools:

Build Steps

To create the XLT distribution archive xlt-X.Y.Z.zip, run the following command. If all went well, the archive can then be found in folder target/dist.

ant clean dist

To perform a release build which requires all unit tests to pass, run this command:

ant clean release 

Limitations

When you build XLT by yourself, the following limitations apply.

  • The timer-recorder extension for Firefox is not signed yet. Hence, when using XltFirefoxDriver later on, Firefox will refuse to install that extension. If you need the extension, download the official XLT distribution which contains a correctly signed extension.

Building on Windows or macOS

  • Some unit tests are known to fail on Windows.
  • You will need to adjust the path to Chrome/Chromium in build.properties according to your system.

Jobs

Do you like the code and architectur of XLT? Do you have ideas for new features or just like to work with it? Why not considering to apply for a job at Xceptance? We are always hiring developers and testers. Just drop us a line. You can find more information on our career page Jobs at Xceptance.

About

#309: Enable the average report to display more than one average

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 49.0%
  • HTML 24.3%
  • JavaScript 24.1%
  • CSS 1.5%
  • XSLT 0.9%
  • PHP 0.2%