/duckduckgo

Sample project for web automation of DuckDuckGo webapp with wdio & axios

Primary LanguageJavaScript

DuckDuckGo

Automated tests for DuckDuckGo.

Tools

Test Execution

Clone and install npm node dependencies

$ git clone git@github.com:urielabin/duckduckgo.git
$ npm install

Run tests by command line:

  • API
$ npm run test-api
  • Frontend
$ npm run test