-
-
Notifications
You must be signed in to change notification settings - Fork 306
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
CLI options for IDE integrations. #582
Comments
I don't think these are really possible. For the third, the tests aren't static - they have to actually run to notify For the first or second, how would you identify a given test? Test descriptions aren't guaranteed to be unique, and using the number isn't deterministic (see #301). |
Pity, but thanks for the feedback! |
There might be some usefulness in a pattern-based approach to match on test descriptions - which would be also available as a CLI flag. Are you interested in sketching out how something like that might work? |
Is anyone working on this in Windows? I spent ~1h trying to get the tests to succeed, wondering if I am missing something obvious... :/ |
@0xorial afaik it works fine in windows, but certainly i don’t develop in it. If you’re having trouble, please file a separate issue. |
I was looking at a way to integrate tape in an IDE (vscode in particular) and it seems that it is missing 3 features:
Do you think it is feasible, would you be open to a PR for that and in that case do you think it is difficult to add?
The text was updated successfully, but these errors were encountered: