CreatorDev / creator-system-test-framework

A system test framework for the Creator family of devices and software frameworks.
BSD 3-Clause "New" or "Revised" License
4 stars 4 forks source link

Imagination Technologies Limited logo

Creator System Test Framework

Credits

We would like to thank all of our current contributors.

We would also like to acknowledge and thank the authors of the following projects.

Prerequisites

Docker - Recommended

Follow the Docker Instructions to install docker and run the tests within a docker container.

Without Docker - DEPRECATED

Follow the Running the Test Framework Without Docker instructions to manually start helper processes and launch nosetests. Note that this requires extra software installation and is only recommended for debugging purposes.

Getting started

At this point you should be able to run the test framework on your local machine.

For an introduction to the layout and structure of the Test Framework, please read the Test Framework Introduction.

To add additional test cases to the test framework, the Getting Started Guide gives an overview of linking python test cases with the test plan residing within TestLink.

Additional information