You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The simplest fix would be to change cmd /c move /Y to cp if not on Windows...
There are complications if the user has aliased cp to cp -i - to force a prompt, but I'd prefer to start with a solution that works for many users, than wait for a perfect one!
Or - having read the following - use \cp instead, which will bypass any alias (and has been in my muscle memory for \rm for many years, so I know it works well...
Steps to reproduce:
On Mac or Linux...
[assembly: UseReporter(typeof(AllFailingTestsClipboardReporter))]
Expected behaviour:
*.approved.*
are updated, for the failing testsActual behaviour:
a bunch of errors
command not found: cmd
This looks to be the cause:
ApprovalTests.Net/src/ApprovalTests/Reporters/QuietReporter.cs
Line 25 in d3d4a97
The text was updated successfully, but these errors were encountered: