Skip to content

Implement Rust test framework #198

Open
@ionut-arm

Description

@ionut-arm

Parsec E2E tests are implemented in Rust, but ran from an improvised framework written in bash. That makes the code a bit fragmented and the tests themselves rely on the environment/user to set everything up.

An alternative would be for us to implement a framework in Rust that runs all the tests that we need and handles the environment closer to the test material so that developers see exactly what's happening before and after their tests.

There's probably a bit of investigation here as to how best to handle this, since Rust isn't really a scripting language.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestlargeEffort labeltestingTask related to testing

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions