Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(testing): rework how typescript is loaded into cypress #1512

Merged
merged 1 commit into from
Jun 24, 2019

Conversation

FrozenPandaz
Copy link
Collaborator

Current Behavior (This is the behavior we have today, before the PR is merged)

imports to paths defined in tsconfig.json do not work in cypress projects.

Expected Behavior (This is the new behavior we can expect after the PR is merged)

imports to paths defined in tsconfig.json work in cypress projects.

Cypress is now configured to use webpack to load typescript which has support for tsconfig paths.

Issue

Fixes #883

@github-actions
Copy link

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cypress errors when shared lib is imported
2 participants