
Product
Reachability for Ruby Now in Beta
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.
@apollo/server-integration-testsuite
Advanced tools
This package serves as a set of Jest tests for Apollo Server integration authors. Any Node package which functions as the HTTP (or HTTP framework) binding and Apollo Server can run these tests to ensure parity with built-in "standalone" implementation.
Note: this package is only intended for integration authors. If your project runs an Apollo Server instance, you probably shouldn't use this.
The version of this package will be published in lockstep with Apollo Server, so choose the same version of this package as the version of Apollo Server which you intend to support. The expected configuration for an integration should follow the pattern:
{
"name": "my-server-integration",
"devDependencies": {
"@apollo/server": "5.0.0",
"@apollo/server-integration-testsuite": "5.0.0"
},
"peerDependencies": {
"@apollo/server": "^4.0.0 || ^5.0.0"
}
}
In the example above, the peerDependencies allow your configuration to be used
with the full range of Apollo Server v4 - v5 packages. The devDependencies which
your integration is built and tested against should stay up-to-date with the
latest version of Apollo Server, and the server and testsuite packages should be
in lockstep with each other.
This package imposes dependency requirements on your project, however it should
only require they be installed as devDependencies:
@apollo/server's version must match the version of the test suite.jest@29. It's possible that other
versions of Jest may be compatible, but this use case is unsupported and might
lead to unexpected behavior. It's fine for your project to use a testing
framework other than Jest, but you'll still need to configure Jest in your
project in order to run the test suite (so you'll have two test runners
configured in your project). Because of this, we recommend using only Jest in
your project for simplicity.graphql must be installed in your project in peerDependencies and your
version range should match that of @apollo/server. The test suite package's
graphql dependency will match that of Apollo Server's.FAQs
Test suite for Apollo Server integrations
We found that @apollo/server-integration-testsuite demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.

Research
/Security News
Malicious npm packages use Adspect cloaking and fake CAPTCHAs to fingerprint visitors and redirect victims to crypto-themed scam sites.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.