goldbergyoni / goldbergyoni/nodejs-testing-best-practices

Reuse tests against a remote environment

Open
#56 0 comments 0 reactions 0 assignees View on GitHub
experiment
Dominant language
JavaScript
Stars
4.4k
Forks
288
PR merge metrics
No merged PRs in 30d

Description

Some tests are grey-box tests (e.g. they stub some code object) and can only get executed against the local env. Otheres are pure black-box, they approach the API and don't assume that the api-under-test is within the same process - These tests can get executed against remote environment like staging. To achieve this, one should tag those tests and then grep for them during execution

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.