You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just like in the legacy retest CLI, we need something like a migrate command to permanently migrate Golden Masters. Is there something comparable in Git (CC @martin-v), otherwise maybe:
# Migrates all GMs.
recheck migrate
# Migrate all GMs from test suite.
recheck migrate src/test/resources/retest/recheck/my.company.RecheckTest
# Migrate specific GM.
recheck migrate src/test/resources/retest/recheck/my.company.RecheckTest/testCase.checkpoint.recheck
We also need something comparable in review.
The text was updated successfully, but these errors were encountered:
Just like in the legacy retest CLI, we need something like a
migrate
command to permanently migrate Golden Masters. Is there something comparable in Git (CC @martin-v), otherwise maybe:We also need something comparable in review.
The text was updated successfully, but these errors were encountered: