Skip to content

Add UI test #1037

@Emilgardis

Description

@Emilgardis
Member

We should consider using UI tests to the CI/tests ala snapbox or trycmd

this would help catch unexpected changes to output that don't necessarily cause the build to error.

Activity

Alexhuszagh

Alexhuszagh commented on Nov 5, 2022

@Alexhuszagh
Contributor

I think assert_cmd might be the proper tool for the job here:
https://crates.io/crates/assert_cmd

Edit: trycmd is probably better, and I'll try to configure it entirely tomorrow.

self-assigned this
on Nov 5, 2022
added
metaissues/PRs related to the maintenance of the crate.
on Nov 5, 2022
linked a pull request that will close this issue on Nov 5, 2022
Alexhuszagh

Alexhuszagh commented on Nov 12, 2022

@Alexhuszagh
Contributor

I think some variant of this should be finished prior to 0.3.0, just to avoid any regressions during our next release.

added this to the v0.3.0 milestone on Nov 12, 2022
modified the milestones: v0.3.0, v0.3.1 on Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementmetaissues/PRs related to the maintenance of the crate.

Type

No type

Projects

No projects

Relationships

None yet

    Development

    Participants

    @Emilgardis@Alexhuszagh

    Issue actions

      Add UI test · Issue #1037 · cross-rs/cross