Hey <@1013657501343961169> and <@10099172517318574...
# e2e-testing
v
Hey @limited-barista-33480 and @brief-restaurant-78755 , are you folks sure you haven't updated the Cypress to v10 in the meantime? If so, maybe you could double-check if you properly load the plugins file in that new version via
setupNodeEvents
. In order to make aliasing work in webpack, those need to be properly configured, and since v10, the plugins are no longer loaded by default. Here're the links to the docs: https://docs.cypress.io/guides/references/configuration#setupNodeEvents and https://docs.cypress.io/guides/tooling/plugins-guide#Using-a-plugin.