An open API service indexing awesome lists of open source software.

https://github.com/checkly/browser-checks-starter

Examples and scripts accompanying the getting started docs on writing browser checks
https://github.com/checkly/browser-checks-starter

checkly javascript mocha puppeteer

Last synced: 2 months ago
JSON representation

Examples and scripts accompanying the getting started docs on writing browser checks

Awesome Lists containing this project

README

        

# Checkly Browser Checks Starter

This repo accompanies the documentation on browser checks at [checklyhq.com/docs](https://checklyhq.com/docs/browser-checks/)
It install mocha and puppeteer and asserts that the Google Puppeteer repo is the first result on Duck Duck Go.

```bash
git clone https://github.com/checkly/browser-checks-starter.git
cd browser-checks-starter
npm install
mocha check_duckduckgo.js
```