Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
impvd opened this issue Jun 29, 2021 · 1 comment
Open

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

impvd opened this issue Jun 29, 2021 · 1 comment
Labels

Comments

@impvd
Copy link

impvd commented Jun 29, 2021

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
Copy link
Author

impvd commented Jun 29, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants