You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
The only blocker now is detect-transaction-examples-test.coffee. To remove drafter with ast option and any dependency on API Blueprint AST, we need to turn the regression check to static fixtures and assert against those fixtures.
Also, there could be a script or at least a tutorial on how to generate the fixtures using old version of drafter which still supports AST, if regressions are found and new fixtures are needed.
The text was updated successfully, but these errors were encountered:
#87 closes this. Given the arrays of numbers present in the detect-transaction-examples-test.coffee file were consistent with the behavior of the API Blueprint AST, and given these were tested, I think we can consider them as static fixtures codifying the desired behavior.
There was no need to add any tests or to fix any behavior for quite some time already, so I think it isn't necessary to document how to get additional fixtures etc. I don't think it will ever be needed, especially with the knowledge there's apiaryio/dredd#227.
The only blocker now is
detect-transaction-examples-test.coffee
. To remove drafter withast
option and any dependency on API Blueprint AST, we need to turn the regression check to static fixtures and assert against those fixtures.Also, there could be a script or at least a tutorial on how to generate the fixtures using old version of drafter which still supports AST, if regressions are found and new fixtures are needed.
The text was updated successfully, but these errors were encountered: