cypress-realworld-app icon indicating copy to clipboard operation
cypress-realworld-app copied to clipboard

A payment application to demonstrate real-world usage of Cypress testing methods, patterns, and workflows.

Results 82 cypress-realworld-app issues
Sort by recently updated
recently updated
newest added

## Issue - The ESLint configuration [eslint-config-react-app](https://www.npmjs.com/package/eslint-config-react-app) belongs to the abandoned and unsupported https://github.com/facebook/create-react-app repo from the package https://github.com/facebook/create-react-app/tree/main/packages/eslint-config-react-app last published in April 2022. https://github.com/cypress-io/cypress-realworld-app/blob/31b7fa56b1a313505300ad322c2879ad1179e118/package.json#L104 - [eslint-config-react-app](https://www.npmjs.com/package/eslint-config-react-app) is not available...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [@percy/cypress](https://redirect.github.com/percy/percy-cypress) | [`3.1.2` -> `3.1.6`](https://renovatebot.com/diffs/npm/@percy%2fcypress/3.1.2/3.1.6)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [axios](https://axios-http.com) ([source](https://redirect.github.com/axios/axios)) | [`0.28.1` -> `0.30.0`](https://renovatebot.com/diffs/npm/axios/0.28.1/0.30.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/axios/0.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest...

## Overview Add Docker Compose configuration to simplify local development setup and provide containerized environment consistency for the Cypress Real World App. ## Proposed Changes - Add `docker-compose.yml` for orchestrating...

enhancement

This PR moves some form labels from being inside the form fields to outside. This is a PR for demo purposes to show the comment Cypress Accessibility will create, does...

## Issue `eslint@^8.44.0`, configured in [package.json](https://github.com/cypress-io/cypress-realworld-app/blob/develop/package.json), reached [end-of-life](https://eslint.org/version-support/) on Oct 5, 2024. The supported current release line is ESLint 9.x. ## Suggestion - Migrate to a supported ESLint version (`9.x`...

This was a workaround for a currently unknown issue, and is no longer necessary with Cy 14 Prerelease. These lines cause the tests to fail, now.

Satisfies #1591 This PR is demonstrating desired behavior from the API Test suite but has identified a problem in the backend API response to a `/logout` command Note: this test...