https://github.com/perlpunk/openqa-testfork2
https://github.com/perlpunk/openqa-testfork2
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/perlpunk/openqa-testfork2
- Owner: perlpunk
- License: gpl-2.0
- Created: 2022-07-06T16:33:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-06T17:06:08.000Z (over 3 years ago)
- Last Synced: 2025-02-05T18:05:26.842Z (10 months ago)
- Language: Perl
- Size: 28.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.asciidoc
- Contributing: docs/Contributing.asciidoc
- License: COPYING
Awesome Lists containing this project
README
:circleci: image:https://circleci.com/gh/os-autoinst/openQA/tree/master.svg?style=svg["CircleCI", link="https://circleci.com/gh/os-autoinst/openQA/tree/master"]
:codecov: image:https://codecov.io/gh/os-autoinst/openQA/branch/master/graph/badge.svg[link=https://codecov.io/gh/os-autoinst/openQA]
= openQA
{codecov} {circleci}
openQA is a testing framework that allows you to test GUI applications on one
hand and bootloader and kernel on the other. In both cases, it is difficult to
script tests and verify the output. Output can be a popup window or it can be
an error in early boot even before init is executed.
Therefore openQA runs virtual machines and closely monitors their state and
runs tests on them.
The testing framework can be divided in two parts. The one that is hosted in
this repository contains the web frontend and management logic (test
scheduling, management, high-level API, ...)
The other part that you need to run openQA is the OS-autoinst test engine that
is hosted in a separate https://github.com/os-autoinst/os-autoinst[repository].
== Getting started
The project's information is organized into four basic documents. As a first
step, read the link:docs/GettingStarted.asciidoc[Starter Guide] and then, if
needed, proceed to the link:docs/Installing.asciidoc[Installation Guide].
For users of the openQA web interface or the REST API consult
link:docs/UsersGuide.asciidoc[Users Guide].
If you are interested in writing tests using openQA read the
link:docs/WritingTests.asciidoc[Tests Developer Guide].
== Contributing
[id="getting_involved"]
If you are interested in contributing to openQA itself, check the
link:docs/Contributing.asciidoc[Developer Guide], write your code and send a
pull request ;-)
=== Issue trackers and support
:openqav3: https://progress.opensuse.org/projects/openqav3[openQAv3 project]
Our main issue tracker is at {openqav3} in openSUSE's project management
tool. This Redmine instance is used to coordinate the main development
effort organizing the existing issues (bugs and desired features) into
'target versions'.
Find contact details and meet developers over
http://open.qa/contact/[our contact page].
== Releases
openQA is developed on a continuous base where every commit in the git master
branch is considered stable and a valid and installable version. The old tags
on github are therefore misleading.