Cypress Absolute Paths - Chris Castillo

3 years ago
52

Ever wanted to rid yourself of relative paths and those dastardly periods and forward slash combos? I got the video for you. We use a very helpful plugin called "tsconfig-paths". We are then able to define our absolute paths in our tsconfig.json file.

Plugin link: https://www.npmjs.com/package/tsconfig-paths
Github repo: https://github.com/christofer-castillo/cypress

Loading comments...