Skip to content

Commit

Permalink
change: [M3-8818] Update .env.example cypress warning (#11202)
Browse files Browse the repository at this point in the history
* Update .env.example cypress warning

* Added changeset: `.env.example` cypress warning
  • Loading branch information
abailly-akamai authored Nov 1, 2024
1 parent a7225f0 commit 8ed5a49
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
5 changes: 5 additions & 0 deletions packages/manager/.changeset/pr-11202-changed-1730473350553.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/manager": Changed
---

`.env.example` cypress warning ([#11202](https://github.com/linode/manager/pull/11202))
8 changes: 5 additions & 3 deletions packages/manager/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ REACT_APP_APP_ROOT='http://localhost:3000'
# REACT_APP_MOCK_SERVICE_WORKER='true'

## UNCOMMENT AND UPDATE FOR RUNNING E2E TESTS ##
################### WARNING!! #####################
# E2E TESTS REMOVE ALL OF YOUR DATA AND RESOURCES
# INCLUDING LINODES,VOLUMES,DOMAINS,NODEBALANCERS
################### WARNING!! ###############################
# E2E TESTS WILL CREATE AND DELETE RESOURCES ON YOUR ACCOUNT
# IT WILL ONLY DELETE RESOURCES CREATED BY THE E2E TESTS (STARTING WITH "CY-TEST-")
# INCLUDING LINODES, VOLUMES, DOMAINS, NODEBALANCERS, CLUSTERS [...]
# ALTHOUGH SHORT LIVED, THE RESOURCES CREATED BY CYPRESS COULD INCUR EXTRA COSTS FOR USERS OUTSIDE OF THE ORGANIZATION
#MANAGER_OAUTH='YOUR_OATH_TOKEN'

0 comments on commit 8ed5a49

Please sign in to comment.