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

refactor: rename recording verification to verification #183

Merged
merged 6 commits into from
Sep 20, 2024

Conversation

Llandy3d
Copy link
Member

Renames the recording-verification to just verification.
It also adds an inline view for it and a message when trying to edit it.

image

@@ -11,7 +11,7 @@ export function applyRecordingVerificationRule(

const verificationSnippet = `
check(resp, {
'Recording Verification Rule: status matches recording': (r) => r.status === ${response.statusCode},
'status matches ${response.statusCode}': (r) => r.status === ${response.statusCode},
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As per suggested we are going to have it differentiated by status code

Copy link
Collaborator

@cristianoventura cristianoventura left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Would it be beneficial to have a "Verification (coming soon)" (maybe disabled) in this dropdown as well?

image

e-fisher
e-fisher previously approved these changes Sep 20, 2024
Copy link
Collaborator

@e-fisher e-fisher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

@Llandy3d
Copy link
Member Author

LGTM!

Would it be beneficial to have a "Verification (coming soon)" (maybe disabled) in this dropdown as well?

image

More than coming soon, it would be limited. Good suggestion I'm adding it since if you get rid of it you won't be able to add it back

@Llandy3d Llandy3d merged commit a92d6d2 into main Sep 20, 2024
1 check passed
@Llandy3d Llandy3d deleted the verification_rename branch September 20, 2024 13:41
@Llandy3d Llandy3d restored the verification_rename branch September 20, 2024 13:42
@Llandy3d Llandy3d deleted the verification_rename branch September 20, 2024 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants