https://github.com/checkly/next-commerce-demo
https://github.com/checkly/next-commerce-demo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/checkly/next-commerce-demo
- Owner: checkly
- License: mit
- Created: 2022-06-22T13:50:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-07T12:45:58.000Z (over 2 years ago)
- Last Synced: 2025-02-25T10:56:18.811Z (4 months ago)
- Language: TypeScript
- Homepage: https://next-commerce-demo-checkly.vercel.app
- Size: 4.8 MB
- Stars: 2
- Watchers: 13
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
 
# Checkly Next.js Commerce
This a repo used to demo some new features in development over at [Checkly](https://checklyhq.com) using the [Vercel Commerce Template](https://nextjs.org/commerce)
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 boilerplateYou can run each check by simply running:
```shell
$ 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](https://github.com/checkly/public-roadmap/issues/167)