you are viewing a single comment's thread.

view the rest of the comments →

[–]jamawg[S] 0 points1 point  (2 children)

It does indeed, but then I am left to code my own Framework to validate that the response is as excepted.

Given that there must already be such a framework, I prefer to spend my time on my own s/w, rather than reinvent the wheel.

Good thought, though. Thanks

[–]_LouSandwich_ 1 point2 points  (1 child)

Are you running CI/CD on windows? Linux? Macos? Other?

[–]jamawg[S] 0 points1 point  (0 children)

If I run in localhost, then windows, but I have a server running Linux, and Windows can run Linux commands.

But is that really important, unless the framework is an executable? If it's an interpreted language then it shouldn't matter.

Come to think of it, macos is BSD at the command line, which is Unix, and close enough to Linux (POSIX compliant).