Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement bake.test driver #39

Closed
SanderMertens opened this issue Mar 4, 2019 · 0 comments
Closed

Implement bake.test driver #39

SanderMertens opened this issue Mar 4, 2019 · 0 comments
Projects

Comments

@SanderMertens
Copy link
Owner

Implement a simple test framework as a bake driver (derived from https://github.com/cortoproject/corto-test). The test framework will do code generation of test cases and the code that invokes the test runner, and will allow for configuration of test suites and test cases from the JSON file:

{
    "id": "test",
    "type": "application",
    "value": {
        "public": false
    },
    "test": {
        "testsuites": [{
            "id": "my_first_suite",
            "testcases": [
                "tc_first_test",
                "tc_second_test",
                "tc_third_test"
            ]
        }]
    }
}
@SanderMertens SanderMertens added this to In Progress in Bake 2.4 Mar 4, 2019
Bake 2.4 automation moved this from In Progress to Done Mar 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Bake 2.4
  
Done
Development

No branches or pull requests

1 participant