aragonite
v0.0.1
Published
Self-hosted cross-platform testing solution.
Readme
Aragonite
Automatically test projects across multiple environments on your own infrastructure.
Aragonite is an open-source, self-hosted server that can manage testing environments across platforms and browsers, interacting with users or automated CI systems to start tests and return test results.
Plugins
Aragonite ships with four plugins, but they can be easily replaced to provide different functionality.
- [Input]
aragonite-http-inputprovides an HTTP API that can automatically start environments, so CI jobs can trigger automatic testing. - [Runner]
aragonite-vboxmanages and communicates with [VirtualBox][] machines, allowing tests to be run on different platforms. - [Reporter]
aragonite-socket-reportercollects test results from different environments, and transmits the data over a Socket API for CI machines. - [Storage]
aragonite-storagestores test artifacts and screen recordings of test runs.
Plugins are split into four categories: Input, Runner, Reporter, and Storage. See the full ~~plugin list~~ for existing plugins that can be added to Aragonite, or see the ~~plugin documentation~~ to learn how to author your own plugin.
Usage
See Usage with Web Component Tester for a guide using Aragonite to test browser components.
