Skip to content

alexbechmann/mocha-test-examples

Repository files navigation

Integration Testing with Mocha & Chai (NodeJS)

Prequisites

  • NodeJS
  • Start function app (see ../README.md for instructions)

Start Selenium drivers

Install selenium drivers (choco install selenium-all-drivers)

OR

docker-compose up  -d

Run tests

npm install
npm test

Notes

      // .usingServer("http://localhost:4444/wd/hub") // Docker only
      ```

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published