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
- Host: GitHub
- URL: https://github.com/checkly/browser-checks-starter
- Owner: checkly
- Created: 2018-03-16T14:57:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-11T08:33:01.000Z (about 6 years ago)
- Last Synced: 2025-02-25T10:56:18.520Z (2 months ago)
- Topics: checkly, javascript, mocha, puppeteer
- Language: JavaScript
- Homepage: https://checklyhq.com/docs
- Size: 6.84 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```