checkly / next-commerce-demo

Home Page:https://next-commerce-demo-checkly.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://app.checklyhq.com/checks/336e62ca-45f1-449e-bc98-f1691d53689d/edit https://app.checklyhq.com/checks/1bfb3448-1dc3-4fa5-b636-3cae9fb8db02/edit

Checkly Next.js Commerce

This a repo used to demo some new features in development over at Checkly using the Vercel Commerce Template

  1. A checkly.config.js file in the root for shared config and defaults.
  2. Some .check.js files and in the __checks__ with a helpers.js to DRY up some common boilerplate

You can run each check by simply running:

$ NODE_ENV=development node __checks__/home.check.js

Caveats

Checkly doesn't support @playwright/test yet, so we use the Jest expect package and added our own boilerplate for spinning up a Chrome browser with common settings. Support for PW test is coming soon

About

https://next-commerce-demo-checkly.vercel.app

License:MIT License


Languages

Language:TypeScript 95.3%Language:CSS 2.5%Language:JavaScript 2.2%