Database - adessoCucumber/Cucumber GitHub Wiki

Local Installation

If you choose to use a local Mongo database please follow the instructions from this website until you created your database. It is important that you name your database Seed

Cloud Database

For a database in the cloud use this website. Create an account and create your first project. Create your Cluster and create your database. It is important that you name your database Seed Click on Network Access in the left side bar and add your ip address of your server or let all ips connect. Go back to your clusters. Click on _connect _to create your database user. And click on Connect your Application use the node.js driver on Version 3.0 and copy the uri into the .env file as DATABASE_URI variable.