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

Do not show tsconfig.json warning in terminal for TS projects without tsconfig.json #21805

Open
sync-by-unito bot opened this issue May 30, 2022 · 5 comments
Labels
E2E Issue related to end-to-end testing Triaged Issue has been routed to backlog. This is not a commitment to have it prioritized by the team. type: bug v10.0.0 🐛 Issue present since 10.0.0

Comments

@sync-by-unito
Copy link

sync-by-unito bot commented May 30, 2022

TypeScript projects with TS installed, but no tsconfig.json file shows terminal warning:

➜  rune-scrape pnpm cypress open
Couldn't find tsconfig.json. tsconfig-paths will be skipped

even though there’s nothing actually wrong. Can we avoid this warning? (Here’s the project used)

Slack thread

┆Issue is synchronized with this Jira Bug by Unito
┆author: Jess Sachs
┆epic: Minor Bugs
┆friendlyId: UNIFY-1498
┆priority: Lowest
┆sprint: Backlog
┆taskType: Bug

@sync-by-unito
Copy link
Author

sync-by-unito bot commented May 30, 2022

➤ Jennifer Shehane commented:

From Tim Griesser in https://cypress-io.atlassian.net/browse/UNIFY-1535

We need to check for the presence of a tsconfig.json and whether that tsconfig.json contains a baseUrl before requiring tsconfig-paths

@sync-by-unito
Copy link
Author

sync-by-unito bot commented May 30, 2022

➤ Tim Griesser commented:

Notes from my duplicated issue UNIFY-1535

We need to check for the presence of a tsconfig.json and whether that tsconfig.json contains a baseUrl before requiring tsconfig-paths

@github-actions
Copy link
Contributor

This issue has not had any activity in 180 days. Cypress evolves quickly and the reported behavior should be tested on the latest version of Cypress to verify the behavior is still occurring. It will be closed in 14 days if no updates are provided.

@github-actions github-actions bot added the stale no activity on this issue for a long period label May 12, 2023
@MikeMcC399
Copy link
Contributor

@nagash77

It looks like this is an automated internal sync, so maybe the bot should not be calling it out as stale no activity on this issue for a long period ?

@cypress-app-bot cypress-app-bot removed the stale no activity on this issue for a long period label May 15, 2023
@nagash77
Copy link
Contributor

@MikeMcC399 Even internal tickets can become stale. But in this case I believe this ticket is still valid.

@nagash77 nagash77 added E2E Issue related to end-to-end testing Triaged Issue has been routed to backlog. This is not a commitment to have it prioritized by the team. labels May 15, 2023
@jennifer-shehane jennifer-shehane added v10.0.0 🐛 Issue present since 10.0.0 and removed bug-hunt labels Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E2E Issue related to end-to-end testing Triaged Issue has been routed to backlog. This is not a commitment to have it prioritized by the team. type: bug v10.0.0 🐛 Issue present since 10.0.0
Projects
None yet
Development

No branches or pull requests

4 participants