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
Jest test runner which we use for unit tests is intended for unit testing an application's logic and components rather than for testing it for any DOM quirks it might encounter. For this, we are using a separate tool, (playwright), for browser end-to-end tests.
We have also moved accessibility tests to run together with the E2E tests.
Write tests for anonymous scenarios
Write tests for authenticated scenarios
Write accessibility tests
Run tests on Azure pipelines
The text was updated successfully, but these errors were encountered:
Currently, there is an issue with authenticating the app instance when the automated tests are running on GitHub CI: microsoft/playwright#19322 microsoft/playwright#13090
Currently working on workarounds to get the instance authenticated
Jest test runner which we use for unit tests is intended for unit testing an application's logic and components rather than for testing it for any DOM quirks it might encounter. For this, we are using a separate tool, (playwright), for browser end-to-end tests.
We have also moved accessibility tests to run together with the E2E tests.
The text was updated successfully, but these errors were encountered: