Skip to content

mongodb-developer/atlas-search-local-testing

 
 

Repository files navigation

Local testing of Atlas Search-based Features

This repository demonstrates how you can use test containers to test Atlas Search-based queries in a local setup.

If you want to learn more, you can read "How to enable local and automatic testing of Atlas Search-based Features" on the MongoDB Developer platform.

Prerequisites

  • Docker
  • Docker Compose
  • Node.js
  • yarn

How to run

yarn
yarn test
  • The yarn command downloads all the dependencies (npm install equivalent).
  • The command yarn test starts the docker containers, and runs the test.

Credit

Check out the source repository.

About

This repository demonstrates how you can use test containers to test Atlas Search-based queries in a local setup.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 61.1%
  • JavaScript 38.9%