frisby icon indicating copy to clipboard operation
frisby copied to clipboard

What's the appropriate way to trigger CI/CD? Using a web server?

Open impvd opened this issue 3 years ago • 1 comments

Hi, I want to say that frisby is awesome! And I'm planning to integrate it as the CI/CD auto test for our backend endpoints.

According to Run your tests from the CLI:

cd your/project
jest

It seems that we may use in local server, but for remote service, I was wondering if maybe we should install a web server in the server, and trigger the auto test from it?

impvd avatar Jun 29 '21 06:06 impvd

One more question, shall we use the exit code of Jest to verify if all the tests success or not?

impvd avatar Jun 29 '21 11:06 impvd