-
-
Notifications
You must be signed in to change notification settings - Fork 0
Add more queries #76
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
base: main
Are you sure you want to change the base?
Add more queries #76
Conversation
3502809
to
1b18f3f
Compare
re the subject being (I don't think it's a problem, I'm more curious than anything.) |
I think we should stop, and provide nice readable/searchable documentation instead. The commonality across platforms is important for us, but for end users? "Give me docs for the one I need." We can add e.g. typedoc for the JS package. |
The TeamCityPlugin interleaves Service Messages into standard output and then builds a hierarchy about that: Each step node of the tree is started by writing a |
I'll do that for the Java implementation. |
🤔 What's changed?
TestStepStarted
events.⚡️ What's your motivation?
Convert the TeamCity plugin to the message protocol (cucumber/cucumber-jvm#3007). Unlike the JUnit XML formatter this plugin also responds to test steps and so needs queries that involve test steps.
The plugin also needs to transform the elements in the pickle tree to something more complex then a name so the lineage api is made public.
🏷️ What kind of change is this?
♻️ Anything particular you want feedback on?
Updating the API section in the README is getting quite cumbersome. Do we want to keep doing that?
📋 Checklist: