Automated tests for DuckDuckGo.
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
Sample project for web automation of DuckDuckGo webapp with wdio & axios
JavaScript
Automated tests for DuckDuckGo.
Clone and install npm node dependencies
$ git clone git@github.com:urielabin/duckduckgo.git
$ npm install
Run tests by command line:
$ npm run test-api
$ npm run test