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

feat(PPDSC-2072): enable applitools logs #186

Merged
merged 2 commits into from
May 4, 2022

Conversation

tbradbury
Copy link
Contributor

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:

  • Written unit tests against changes
  • Written functional tests against the component and/or NewsKit site
  • Updated relevant documentation

I have tested manually:

  • The feature's functionality is working as expected on Chrome, Firefox, Safari and Edge
  • The screen reader reads and flows through the elements as expected.
  • There are no new errors in the browser console coming from this PR.
  • When visual test is not added, it renders correctly on different browsers and mobile viewports (Safari, Firefox, small mobile viewport, tablet)
  • The Playground feature is working as expected

Before:

After:

Who should review this PR:

How to test:

@tbradbury tbradbury added the feature This change contains a new feature label May 3, 2022
@newskit-engineering
Copy link
Collaborator

@@ -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",
Copy link
Contributor

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?

Copy link
Contributor Author

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

Copy link
Contributor

Choose a reason for hiding this comment

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

Interesting

@tbradbury tbradbury merged commit 816bc38 into main May 4, 2022
@tbradbury tbradbury deleted the feat/PPDSC-2072-enable-logs branch May 4, 2022 10:14
Xin00163 pushed a commit that referenced this pull request Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This change contains a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants