Using TypeScript aliases in Cypress tests

added by JavaScript Kicks
5/10/2019 8:34:01 AM

778 Views

How to configure TypeScript and Webpack path aliases to load application code from Cypress tests In this post I will show how you can write end-to-end tests in TypeScript and how to import from test code your application source files using path aliases like this: instead of brittle relative paths


0 comments