Ryan Parker
Ryan Parker
Still working on this. It fixes the original error however now enum references will throw an error because they are not PascalCase.
Ok this should be good to go. Tested locally and it resolved all of my project's issues.
Thanks Sylvain. That all sounds good to me! I'll check out that dev branch and look forward to the rewrite release. Love the project by the way, great work.
Fix here https://github.com/maoosi/prisma-appsync/pull/38
Thanks for the tip! Question though, why have reg-cli redo the image diffing if loki already does it? In your script I notice you copy the loki differences into the...
You're right, the html report is only created after the diffing. So perhaps only using reg-suit's diffing would make more sense. I actually prefer reg-suit's extra features for managing images...
First of all, thanks for creating this package. Are there any plans to upgrade this module to support recent allure versions? Currently `allure-js-commons` is version `2.0.0-beta.6` where as this module...
I ended up forking this repository and implementing the upgraded support. https://github.com/ryparker/jest-allure2 Let me know if you guys would like me to create a PR. Fair warning that the upgrade...
Any movement on this?
Leaving a note here that I recently came across an [issue](https://github.com/aws/aws-cdk/issues/15280) which involved a python example that does not compile and can lead to some confusion. [Example](https://docs.aws.amazon.com/cdk/api/latest/python/aws_cdk.custom_resources/README.html) ```python # Example...