0

Trying to get insight into why our tests are failing in AppVeyor, by looking at some of the Approval files it produces.

We tried configuring AppVeyor to collect the .received files, like this:

artifacts:
- path: '**\*.received.*'

We also tried collecting everything, like this:

artifacts:
- path: '*'

but no artifacts were collected.

Jay Bazuzi
  • 45,157
  • 15
  • 111
  • 168