DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Building a To-Do App using GitHub Actions, Playwright, Next.js

2 years ago thenewstack.io

Summary: This is a summary of an article originally published by The New Stack. Read the full original article here →

In this article, we will build a comprehensive “to-do app” with APIs and end-to-end (E2E) tests using some of the modern stacks together. Here’s the modern stack used in this project: Next.js to-do app for building the web application Playwright for end-to-end testing GitHub Actions for building the CI pipeline Foresight for CI and test monitoring

Our motivation while creating this project was to contribute to the developer community with an end-to-end stack for a web application.

You will see your test under the tests folder and under the.github folder you will see your GitHub Action playwright.yml.

This action will automatically send your test report to Foresight, and Foresight will analyze your tests in the most user-friendly way.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com