From 518b13526875a4ca432b84093215ec1789fdbc24 Mon Sep 17 00:00:00 2001 From: Kevin Ghadyani Date: Wed, 7 Jun 2023 13:14:05 -0500 Subject: [PATCH] fix: fixed Applitools config --- packages/odyssey-storybook/applitools.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/odyssey-storybook/applitools.config.js b/packages/odyssey-storybook/applitools.config.js index 1e4e89dd8a..70e8cea0d7 100644 --- a/packages/odyssey-storybook/applitools.config.js +++ b/packages/odyssey-storybook/applitools.config.js @@ -18,7 +18,7 @@ module.exports = { // exit non zero and our larger CI build to pass as we intend. // Validating VRT results is then handled through a separate applitools // github integration. - exitcode: false, + exitcode: true, matchLevel: "Strict", showStorybookOutput: true,