About Contentstack: Contentstack is a headless CMS with an API-first approach that puts content at the centre. It is designed to simplify the process of publication by separating code from content.
About this project: Gatsby is a framework to build static websites.This Gatsby starter guide will help you to build a website using Gatsby and power its content from Contentstack.
You can check the live demo to get first-hand experience of the website.
We have created an in-depth tutorial on how you can create a Gatsby starter website using the 'gatsby-source-contentstack' plugin and fetch its content from Contentstack.
Build a Starter Website with Gatsby and Contentstack
End-to-end tests using Playwright.
npm install
npx playwright install chromium# Development (port 8000)
npm run develop # Terminal 1
npm run test:e2e # Terminal 2
# Production build (port 9000)
npm run build && npm run serve # Terminal 1
npm run test:e2e:prod # Terminal 2| Command | Description |
|---|---|
npm run test:e2e |
Run tests against dev server (port 8000) |
npm run test:e2e:prod |
Run tests against production build (port 9000) |
npm run test:e2e:headed |
Run with visible browser |
npm run test:e2e:debug |
Debug mode |
npm run test:e2e:ui |
Interactive UI |
npm run test:e2e:report |
View HTML report |
More Resources

