Luís Fernando Langa

Results 9 comments of Luís Fernando Langa

+1 on this, my team have the same usecase and we are trying to automate as much as possible.

Similar to @dreamorosi i'm trying to use describe.each, it works fince once, and hangs afterwards. Playing around, modifying, saving, stop/start watch, eventually unhangs it and it works well again. i...

I was able to make it work consistenly without hanging by prefixing the describe with "%s" My guess is that the extension hangs if multiple describes with the same title...

There is a gotcha. If the first iteraction of the ".each" succeeds but the others don't, the extension will mark tests as passed and won't highlight failures. The footer still...

Thank you for the amazing work in this project and for helping documentation being less of a burden. I came across this plugin looking exactly for this kind of feature....

I'm still studying the internals but so far i think there are 2 ways to achieve this: 1 - By generating the resource "AWS::Serverless::Api" "DefinitionBody" property to attach an openapi...

For my requirement it would make sense to use DocumentationPart as well because AWS::Serverless::Api" "DefinitionBody" assumes i have an openapi collection for the whole API Gateway, which i don't. I...

Localstack have a good [apigateway](https://docs.localstack.cloud/references/coverage/coverage_apigateway/) coverage, perhaps adding a dev-container to this project with a localstack might be enough for manual and e2e testing.

Sorry for the hiatus @JaredCE i disconnected during my vacations. My knowledge around DocumentPart is purely theoretical, we are probably on the same level. I never used it myself in...