-
Identify the best test runner for a Node.js / Next.js setup and implement a FE and BE test
-
## The case for Storybook
Storybook has come a long way since I last used it. I think it will be useful for us going forward for these reasons:
1. We can develop components independently of thei…
-
Testing visual frameworks is haaaaaard, but we can do eet! I prefer BackstopJS, but any visual regression testing tool would work. This would go very well with #38, as we’ll need something that render…
trezy updated
5 years ago
-
If you haven’t already, check out our [contributing guidelines](https://github.com/Expensify/ReactNativeChat/blob/main/contributingGuides/CONTRIBUTING.md) for onboarding and email contributors@expensi…
-
## What is the problem that we want to solve?
Arizona Bootstrap should start using visual regression testing, ahead of the testing facilities in upstream Twitter Bootstrap, but currently it lags _beh…
-
## Rough draft
- Definition Snapshot Vs Screenshot Testing
- What is automated visual regression testing / Screenshot testing
- SaaS tools (Applitools and such) that can be integrated via GitHub …
-
In our workplace we use visual diffing tools on snapshots as part of our regression testing.
When taking snapshots for our diffs it would be useful if we could specify a variant by name to keep our v…
-
I'm thinking... visual regression _testing_ & [npm/browserstack](https://www.npmjs.com/package/browserstack)
Nagle updated
7 years ago
-
I tried to make visual tests with Chrome 87 on Android 9, but screenshots failed with an error.
In test used the following command to make screenshots but with same result:
...
browser.ch…
-
Hey @Rykus0, thanks for your great work last days.
There is one more issues which is the most "disturbing" one - I would say.
It looks like `visualRegression()` assertion is ran async. It's weird be…