This repository has been archived by the owner on Feb 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
API Docs
mwobensmith edited this page Nov 4, 2018
·
6 revisions
Iris includes many classes and functions available to help make test case writing much easier. As we expand test case coverage in Iris, more helper functions will be developed to continue to make test case writing easier. Below are links to the documentation of available APIs to use in your test case development.
- An alphabetized list of available functions. These range from simple keyboard shortcuts to executing more complex Firefox UI functionality.
- Iris has core APIs that are essential for test case development. These are the fundamental Iris tools at your disposal.
- A subset of the above are dedicated to Firefox UI. This is a continuously expanding group of APIs implemented specifically to help with centralizing elements of the Firefox user interface.
Installation
Running Iris
- Basic workflow
- Useful examples
- Using the Control Center
- Runtime argument list
- How to run update tests
Contributing to Iris
- Contributors
- Creating a test case
- Developer requirements
- Creating images
- Iris APIs - coming soon
- Code style guide
Iris Team Workflow
- Getting code into Iris
- Communicating with the team
- Sheriff and merge process
- Monitoring daily test runs
Release QA Team Workflow