You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set up test data for each spec file/test to allow for us to have a predictable environment.
Clean up after each spec file/test so we are not littering in the staging environment.
Use the staging environment without affecting other people's data. Document what resources we are using in staging.
Better test coverage:
Add e2e tests, add component tests, add other tests as appropriate.
Try adding component tests to Cypress from qunit tests. In the future we will be moving Qunit tests to Cypress if it looks reasonable to do component testing in Cypress.
Address the fragility of some of the Cypress tests.
Some of this is timing. Misunderstanding the async behavior of Ember and Cypress. 'Async leaks' and how they adversely affect test behavior.
There is a lot of flakiness/fragility in tests that fill out forms. This needs to be understood and addressed
Qunit testing upgrade (includes typescript in Ember), possibly move qunit tests to cypress?
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: