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

Sync implementation #444

Merged
merged 8 commits into from
Jan 31, 2024
Merged

Sync implementation #444

merged 8 commits into from
Jan 31, 2024

Conversation

prklm10
Copy link
Contributor

@prklm10 prklm10 commented Jan 28, 2024

Sync implementation

  • Need CLI update

Note:

  1. Uncovered test case
    -> since util.postSnapshot can't be mocked as util.postSnapshot is non-configurable object. Therefore for now we have to move forward with manual testing only for percySnapshot.

Tested for percySnapshot manually, and we are getting response data on the sdk side.
image

@prklm10 prklm10 requested a review from a team as a code owner January 28, 2024 19:12
it('receive data object from CLI response', async() => {
const mockResponse = {
success: true,
body: { data: { some_data: 'some_data ' } }
Copy link
Contributor

Choose a reason for hiding this comment

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

ideally should be proper object.

@this-is-shivamsingh this-is-shivamsingh merged commit 9f2a4dd into master Jan 31, 2024
7 checks passed
@this-is-shivamsingh this-is-shivamsingh deleted the PER-2862 branch January 31, 2024 10:53
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