Skip to content

Commit

Permalink
feat: update origin image
Browse files Browse the repository at this point in the history
  • Loading branch information
luzhuang committed Dec 21, 2023
1 parent 92f85f8 commit f650130
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 23 deletions.
18 changes: 9 additions & 9 deletions cypress/e2e/animator.cy.ts
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
describe("Animator", () => {
it("Animator Play", () => {
cy.screenshotWithThreshold("Animator", "animator-play", 0.38);
cy.screenshotWithThreshold("Animator", "animator-play", 0.3);
});

it("Animator Crossfade", () => {
cy.screenshotWithThreshold("Animator", "animator-crossfade", 0.38);
cy.screenshotWithThreshold("Animator", "animator-crossfade", 0.3);
});

it("Animation Additive", () => {
cy.screenshotWithThreshold("Animator", "animator-additive", 0.38);
cy.screenshotWithThreshold("Animator", "animator-additive", 0.3);
});

it("Animator Reuse", () => {
cy.screenshotWithThreshold("Animator", "animator-reuse", 0.38);
cy.screenshotWithThreshold("Animator", "animator-reuse", 0.3);
});

it("Animation BlendShape", () => {
cy.screenshotWithThreshold("Animator", "animator-blendShape", 0.38);
cy.screenshotWithThreshold("Animator", "animator-blendShape", 0.3);
});

it("Animator CustomBlendShape", () => {
cy.screenshotWithThreshold("Animator", "animator-customBlendShape", 0.38);
cy.screenshotWithThreshold("Animator", "animator-customBlendShape", 0.3);
});

it("Animator stateMachineScript", () => {
cy.screenshotWithThreshold("Animator", "animator-stateMachineScript", 0.38);
cy.screenshotWithThreshold("Animator", "animator-stateMachineScript", 0.3);
});

it("Animator event", () => {
cy.screenshotWithThreshold("Animator", "animator-event", 0.38);
cy.screenshotWithThreshold("Animator", "animator-event", 0.3);
});

it("Animator CustomAnimationClip", () => {
cy.screenshotWithThreshold("Animator", "animator-customAnimationClip", 0.38);
cy.screenshotWithThreshold("Animator", "animator-customAnimationClip", 0.3);
});
});
4 changes: 2 additions & 2 deletions cypress/fixtures/originImage/Animator_animator-additive.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions cypress/fixtures/originImage/Animator_animator-crossfade.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions cypress/fixtures/originImage/Animator_animator-event.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions cypress/fixtures/originImage/Animator_animator-play.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions cypress/fixtures/originImage/Animator_animator-reuse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f650130

Please sign in to comment.