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
2024/01/11 12:40:57 INFO regex success for test sdk=web5-js before="Verifiable Credential Tests Web5TestVectorsCredentials verify" after=Tests
It should have been:
2024/01/11 12:40:57 INFO regex success for test sdk=web5-js before="Verifiable Credential Tests Web5TestVectorsCredentials verify" after=verify
Rather than requiring every developer writing tests to have to be aware that they can't use spaces or impose other constraints, the preference is to improve how the report generator matches.
During this workflow run an issue with discovered with how test names with spaces can cause the pattern matching in SDK Feature Report Generator to miss a test vector result.
Instead of:
It should have been:
Rather than requiring every developer writing tests to have to be aware that they can't use spaces or impose other constraints, the preference is to improve how the report generator matches.
More context in this Discord thread
The text was updated successfully, but these errors were encountered: