Skip to content

Better testing, maybe via snapshot/ui_tests #55

@xFrednet

Description

@xFrednet

FrankenScript's tests currently only check the final status (Success or Failure) of the executable after running a script. The type of error is never checked.

I think the best and easiest way would be to add snapshot testing. In Clippy, we use snapshot testing with the ui_tests crate and that has been working well for us. This would require some normalization of the memory addresses, as suggested by #54.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions