Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outdated text on https://example.cypress.io/ #29156

Closed
MikeMcC399 opened this issue Mar 15, 2024 · 6 comments
Closed

Outdated text on https://example.cypress.io/ #29156

MikeMcC399 opened this issue Mar 15, 2024 · 6 comments
Labels
pkg/example This is due to an issue in the packages/example directory process: release Related to our internal release process

Comments

@MikeMcC399
Copy link
Contributor

MikeMcC399 commented Mar 15, 2024

Current behavior

The text on https://example.cypress.io/ is out of date. It says:

This is an example app used to showcase Cypress.io testing. For a full reference of our documentation, go to docs.cypress.io

Desired behavior

The text on https://example.cypress.io/ should say:

This is an example app used to showcase Cypress.io End-to-End (E2E) testing. For a full reference of our documentation, go to docs.cypress.io

Test code to reproduce

Execute:

git clone /~https://github.com/cypress-io/cypress-example-kitchensink
cd cypress-example-kitchensink
npm ci
npm start

Open http://localhost:8080 and compare the contents with https://example.cypress.io/.

Cypress Version

13.7.0

Node version

v20.11.1

Operating System

Ubuntu 22.04.4 LTS

Debug Logs

No response

Other

@jennifer-shehane
Copy link
Member

@MikeMcC399 Yah we haven't gone through the process of rereleasing yet since some things were still broken. We'll see if we can do that this week, if not it will be next release.

@jennifer-shehane jennifer-shehane added pkg/example This is due to an issue in the packages/example directory process: release Related to our internal release process labels Mar 18, 2024
@MikeMcC399
Copy link
Contributor Author

@jennifer-shehane

Yah we haven't gone through the process of rereleasing yet since some things were still broken. We'll see if we can do that this week, if not it will be next release.

This issue was more of a place-holder for the known deploy issues.

The change of text I commented on is not at all critical, so I'm not pushing for a quick result! 🙂

@MikeMcC399
Copy link
Contributor Author

@MikeMcC399
Copy link
Contributor Author

This file is however deleted if the deployment command from the README > Deploying section yarn workspace @packages/example deploy is used. The script executes

gh-pages -d build -b gh-pages

References

@MikeMcC399
Copy link
Contributor Author

I manually preserved gh-pages/.circleci/config.yml by checking it out and adding it to the commit from gh-pages which reverted the deletion.

@MikeMcC399
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg/example This is due to an issue in the packages/example directory process: release Related to our internal release process
Projects
None yet
Development

No branches or pull requests

2 participants