A simple Next.js website showcasing three articles about end-to-end (E2E) testing, with a modern, responsive design using Tailwind CSS.
react-syntax-highlighter
with the One Dark theme.Cypress vs Playwright
Date: October 1, 2024
Description: A comparison of the leading E2E testing frameworks.
Should Tests Be WET or DRY?
Date: October 23, 2024
Description: Finding the right balance in writing automated tests.
Best E2E Automation Testing Practices
Date: November 2, 2024
Description: Advanced strategies to improve test stability and reduce flakiness.
Clone this repository:
git clone <repository-url>
cd <repository-folder>
Install dependencies:
npm install
Run the development server:
npm run dev
Open the website: Navigate to http://localhost:3000 to view the website.
├── .github │ └── workflows │ └── nextjs.yml ├── dist ├── node_modules ├── public ├── src │ ├── app │ │ ├── beste2epractices │ │ │ └── page.jsx │ │ ├── cypressvsplaywright │ │ │ └── page.jsx │ │ ├── wetvsdry │ │ │ └── layout.js │ │ └── components │ │ ├── Footer.jsx │ │ └── Header.jsx │ │ └── pages │ │ ├── app.js │ │ ├── document.js │ │ └── index.js │ └── styles │ └── globals.css ├── .gitignore └── jsconfig.json
Feel free to reach out if you have any questions or feedback: