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

docs: replace debug log source cypress:server:specs #5920

Conversation

MikeMcC399
Copy link
Contributor

Issue

Replacement

The direct replacement for cypress:server:specs would be cypress:data-context:sources:FileDataSource,cypress:data-context:sources:ProjectDataSource.

To debug specs not found, use

DEBUG=cypress:cli,cypress:data-context:sources:FileDataSource,cypress:data-context:sources:ProjectDataSource

Copy link

netlify bot commented Sep 8, 2024

👷 Deploy request for cypress-docs pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 77185ae

@cypress-app-bot
Copy link
Collaborator

@MikeMcC399 MikeMcC399 marked this pull request as ready for review September 8, 2024 18:13
@MikeMcC399
Copy link
Contributor Author

@jennifer-shehane
Copy link
Member

Pretty wordy debug logs to replace it with.

@jennifer-shehane jennifer-shehane merged commit c690e67 into cypress-io:main Sep 9, 2024
5 checks passed
@MikeMcC399
Copy link
Contributor Author

@jennifer-shehane

Pretty wordy debug logs to replace it with.

I agree. Unfortunately alternatives either produce too much debug log information:

cypress:data-context:sources:*

... or not enough:

individually

cypress:data-context:sources:FileDataSource

or

cypress:data-context:sources:ProjectDataSource

It would be great to be able to replace it with something shorter which does the trick, if you have any good ideas.

@MikeMcC399 MikeMcC399 deleted the replace/debug-log-source-server-specs branch September 9, 2024 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Non-working debug log source cypress:server:specs
3 participants