-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Framework: Speeding Up The Tests #3822
Comments
We are heading in the completely different direction, so it doesn't look like we can reuse old migration scripts. |
We can consider it done, follow up tasks are listed in #4915. |
This issues replaces #2108 where we have collected what we found out on this topic.
Action items
During last Calypso hangout we agreed to the following action Items:
update docs with what they’ve learned so far- P2 mentioned in bullet point above covers also that (@blowery)High level tasks
Other tasks we are working on in parallel:
auto
fromlib/react-test-env-setup/index.js
intotest/helpers/use-fake-dom
(Related discussion) (@gziolo)package.json
and add to Circle CI asnpm test
(@gziolo)tests.json
configuration files, shell scripts, CircleCI setup) once all tests are migrated (@gziolo)Make sure- we should avoid usinguseFilesystemMocks
anduseMockery
work properly togetheruseFilesystemMocks
in new tests and we should be good :)Consider using tear-down quick mocks between tests (Related discuusion)We decided to take YAGNI approach, we are going to implement it when there is first use caseThe text was updated successfully, but these errors were encountered: