Mathieu Champlon
Mathieu Champlon
I have been looking for something like this because we use a custom reporter to send the test results to an elasticsearch instance. We have dozens of separate test runs...
@onsi yes I think based on your description of this feature it looks fine. Thanks!
I’ve switched our e2e tests to V2 with only minor code rewrite. It’s working fine, including in the timeout case I was describing above. Thanks @onsi !
Hi, I'm facing the same issue i.e. if I have this in my `wix.json` ``` "directories": [ "build/d4w/artifacts" ], ``` I get the following error ``` C:\Users\MATHIE~1\AppData\Local\Temp\go-msi881807651>candle -dSourceDir0=..\..\..\..\..\..\dev\src\github.com\someproject\win\build\d4w\artifacts AppFiles0.wxs LicenseAgreementDlg_HK.wxs...
Actually my diagnostic wasn't accurate as the issue is more that `Name="build/d4w/artifacts"` should actually be `Name="artifacts"`. I updated the PR to reflect that…
Not sure why appveyor fails there: ``` 2018/08/08 02:31:11 makeCmd: C:/go-msi/go-msi.exe [choco --input hello.msi --version 0.0.1 -c "C:\Program Files\changelog\changelog.exe" ghrelease --version 0.0.1 --keep] 2018/08/08 02:31:11 lookPath ok C:/go-msi/go-msi.exe="C:\\go-msi\\go-msi.exe" The system...
We can sign it in Docker Desktop but the release cycle for Desktop is perhaps much longer than what we would like for a fast feedback loop? How come we...
Might be relevant: https://github.com/docker/roadmap/issues/261
See https://github.com/awslabs/amazon-ecr-credential-helper/issues/206
Hi, you most likely need to update your docker scan version: https://github.com/docker/scan-cli-plugin/releases/tag/v0.16.0