unity-sds / unity-system-test

System Test area of the Unity Repository
Apache License 2.0
1 stars 2 forks source link

![logo](https://user-images.githubusercontent.com/3129134/163255685-857aa780-880f-4c09-b08c-4b53bf4af54d.png)

Unity System Test

System Test area of the Unity Repository

This repository includes the system test plan to be executed against a release of the Unity software system. This is mainly forr developers and integrators of Unity software.

Features

Contents

Quick Start

This guide provides a quick way to get started with our project. Please see our docs for a more comprehensive overview.

Requirements

Setup Instructions

  1. Install the behave framework:
    pip install behave

Run Instructions

  1. Run the tests
    behave

Usage Examples

behave

Run against "develop" values

behave --tags=@develop features/tagged_examples.feature

Run against "test" values

behave --tags=@test features/data_catalog/parent_collections.feature

run Shared Service Tests:


behave --tags=shared

Build Instructions (if applicable)

No builds are necessary- thes run from source code.

Test Instructions (if applicable)

  1. Test plan is communicated in the feature files of this project.

Changelog

See our CHANGELOG.md for a history of our changes.

See our releases page for our key versioned releases.

Frequently Asked Questions (FAQ)

Contributing

Interested in contributing to our project? Please see our: CONTRIBUTING.md

License

See our: LICENSE

Support

TBD