Steven Grimm
Steven Grimm
Here's a hand-tweaked export of my IntelliJ settings; it isn't too far off, I think, but I am not confident I've gotten everything right (certainly not confident enough to want...
I should have time to have a crack at that this weekend.
The workaround in https://github.com/GoogleChrome/puppeteer/issues/1319#issuecomment-371503788 does not work for form submissions that include file uploads, because https://github.com/puppeteer/puppeteer/issues/5097 prevents request interceptors from reading multipart payloads.
It seems I left out one important detail: you need to put `InheritedTransactionRemover` in the `org.springframework.test.context.transaction` package so it can access `TransactionContextHolder` which is package-private. I've edited my earlier comment...