Skip to content

nesvand/IridiumApplicationTesting

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iridium Application Testing Suite

BrowserStack

Browserstack

Thanks to Browserstack for their support of this project.

Important Announcements

The location of the JAR file that is referenced by the Web Start JNLP files has changed recently. It used to be https://s3-ap-southeast-2.amazonaws.com/ag-iridium/, so your JNLP files used to look like this:

<?xml version="1.0" encoding="UTF-8"?>  
<jnlp spec="1.0+" codebase="https://s3-ap-southeast-2.amazonaws.com/ag-iridium/">  
    ...  
</jnlp>

The new file location is https://s3.amazonaws.com/iridium-release, so your JNLP files should look like this:

<?xml version="1.0" encoding="UTF-8"?>  
<jnlp spec="1.0+" codebase="https://s3.amazonaws.com/iridium-release">  
    ...  
</jnlp>

Files from https://s3-ap-southeast-2.amazonaws.com/ag-iridium/won't be updated, and the certificate used to sign the JAR file has expired, so you will most likely receive a warning if you do not update the location.

Chat

Chat

Build Status

Build Status

Dependency Status

codecov

Documentation

See the documentation for more details.

Training

A training package has been made available on Udemy.

Downloads

Download the latest version from here

Find past releases here

Articles

Packages

No packages published

Languages

  • Java 81.6%
  • Gherkin 10.1%
  • JavaScript 4.3%
  • XSLT 3.1%
  • Perl 0.5%
  • Shell 0.2%
  • PowerShell 0.2%