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
Summary:
This PR simply moves the metrics handler fixture used for tests from the `test` folder to the `test-common` folder. In the next PR the metrics handler fixture will be used for both tests and system tests and when system tests import a file from the test folder and we run `npm run system-test` it runs both the test and the system test suite and we don't want that so right now we are moving the fixture to the `test-common` folder.
Next steps:
The diagram below shows how the fixture is going to be used in the next PR in system tests.

0 commit comments