All Projects → AutoGeneral → IridiumApplicationTesting

AutoGeneral / IridiumApplicationTesting

Licence: MIT license
A&G Web Application Testing Suite

Programming Languages

java
68154 projects - #9 most used programming language
Gherkin
971 projects
javascript
184084 projects - #8 most used programming language
XSLT
1337 projects
perl
6916 projects
shell
77523 projects
powershell
5483 projects

Projects that are alternatives of or similar to IridiumApplicationTesting

Pending Xhr Puppeteer
Small tool to wait that all xhr are finished in puppeteer
Stars: ✭ 227 (+1094.74%)
Mutual labels:  e2e-tests, e2e
cypress-page-object
Represent the screens of your website as a series of objects in your Cypress test suite
Stars: ✭ 23 (+21.05%)
Mutual labels:  e2e-tests, e2e
Javascript Testing Best Practices
📗🌐 🚢 Comprehensive and exhaustive JavaScript & Node.js testing best practices (August 2021)
Stars: ✭ 13,976 (+73457.89%)
Mutual labels:  e2e-tests, e2e
ionic-workflow-guide
Create a full and powerful worflow with Ionic (Unit Testing, Environment variables, Automatic documentation, Production App Server, Automatic deployment)
Stars: ✭ 46 (+142.11%)
Mutual labels:  e2e-tests, e2e
playwright-ci
☁️ Set up Playwright in CI
Stars: ✭ 27 (+42.11%)
Mutual labels:  e2e-tests, e2e
babel-plugin-remove-test-ids
🐠 Babel plugin to strip `data-test-id` HTML attributes
Stars: ✭ 40 (+110.53%)
Mutual labels:  e2e-tests, e2e
jest-retry
Jest retry pattern for flaky E2E tests
Stars: ✭ 36 (+89.47%)
Mutual labels:  e2e-tests, e2e
curso-javascript-testes
Código-fonte do curso "Aprenda a testar Aplicações Javascript"
Stars: ✭ 60 (+215.79%)
Mutual labels:  e2e-tests, e2e
nightwatch-boilerplate
boilerplate for nightwatch.js with selenium
Stars: ✭ 16 (-15.79%)
Mutual labels:  e2e-tests, cucumber-tests
expo-detox-typescript-example
Sample Expo app with e2e tests using detox, jest and typescript
Stars: ✭ 81 (+326.32%)
Mutual labels:  e2e-tests, e2e
Sakuli
Sakuli is an end-2-end testing and monitoring tool for web sites and common UIs with multiple monitoring integrations
Stars: ✭ 115 (+505.26%)
Mutual labels:  e2e-tests, e2e
Cypress Example Todomvc
The official TodoMVC tests written in Cypress.
Stars: ✭ 143 (+652.63%)
Mutual labels:  e2e-tests
React Native Swiper Flatlist
👆 Swiper component implemented with FlatList using Hooks & Typescript + strict automation tests with Detox
Stars: ✭ 217 (+1042.11%)
Mutual labels:  e2e-tests
React Shopping Cart
🛍️ Simple ecommerce cart application built with React Redux
Stars: ✭ 1,808 (+9415.79%)
Mutual labels:  e2e-tests
Cypress Schematic
Add cypress to an Angular CLI project
Stars: ✭ 132 (+594.74%)
Mutual labels:  e2e-tests
tryorama
Toolset to manage Holochain conductors and facilitate test scenarios
Stars: ✭ 28 (+47.37%)
Mutual labels:  e2e-tests
Softest
Recording Browser Interactions And Generating Test Scripts.
Stars: ✭ 208 (+994.74%)
Mutual labels:  e2e-tests
Php Sf Flex Webpack Encore Vuejs
A simple app skeleton to try to make every components work together : symfony 4 (latest stable at the date, but work with sf 3.3+ if you just change the versions in composer.json), symfony/flex, webpack-encore, vuejs 2.5.x, boostrap 4 sass
Stars: ✭ 118 (+521.05%)
Mutual labels:  e2e-tests
iridium
A register-based VM in Rust
Stars: ✭ 60 (+215.79%)
Mutual labels:  iridium
softest
Recording Browser Interactions And Generating Test Scripts.
Stars: ✭ 225 (+1084.21%)
Mutual labels:  e2e-tests

Iridium Application Testing Suite

BrowserStack

Browserstack

Thanks to Browserstack for their support of this project.

Important Announcements

Java Web Start has been depreciated, and therefor the JAR file that was launched by the JNLP files will no longer be updated. Please launch the JAR file directly.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].