-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat(PPDSC-2072): enable applitools logs #186
Conversation
You can preview these changes on: |
@@ -18,7 +18,7 @@ | |||
"dev": "concurrently --names \"src,storybook,docs\" \"yarn build:ts --watch\" \"yarn dev:storybook\" \"next site -p 8081\"", | |||
"dev:docs": "yarn build:icons:dev && concurrently --names \"src,docs\" \"yarn build:ts --watch\" \"next site -p 8081\"", | |||
"dev:storybook": "yarn build:icons:dev && start-storybook --ci -p 6006 -s ./fonts,./static", | |||
"eyes:storybook": "eyes-storybook --conf applitools.components.config.js", | |||
"eyes:storybook": "APPLITOOLS_SHOW_LOGS=true eyes-storybook --conf applitools.components.config.js", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not set in the config? Does this override the config setting?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you add it in the config the Batched get split up
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting
PPDSC-2072
What
To enable quicker debugging of issue in Applitools this enables the log flag so we get extra information if the CircleCi console. This can then be downloaded and sent to Applitools.
2. Enables the Applitools log flag. I also update the Applitools packages
3. Extra log information inside the CicrleCi console for the jobs.
I have done:
I have tested manually:
Before:
After:
Who should review this PR:
How to test: