Skip to content

Conversation

@AtofStryker
Copy link
Contributor

updates sensitive credentials from Cypress.env() to cy.task()

@AtofStryker AtofStryker force-pushed the chore/update_env_to_task branch from b89315a to e838694 Compare December 5, 2025 21:10
@AtofStryker AtofStryker merged commit 39fc97d into develop Dec 5, 2025
34 of 35 checks passed
@AtofStryker AtofStryker deleted the chore/update_env_to_task branch December 5, 2025 21:16
@cypress
Copy link

cypress bot commented Dec 5, 2025

cypress-realworld-app    Run #6715

Run Properties:  status check passed Passed #6715  •  git commit e8386943ec: chore: update auth examples to use cy.task instead of Cypress.env()
Project cypress-realworld-app
Branch Review chore/update_env_to_task
Run status status check passed Passed #6715
Run duration 09m 38s
Commit git commit e8386943ec: chore: update auth examples to use cy.task instead of Cypress.env()
Committer Bill Glesias
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 1
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 396
View all changes introduced in this branch ↗︎
UI Coverage  83.87%
  Untested elements 10  
  Tested elements 42  
Accessibility  91.85%
  Failed rules  4 critical   7 serious   2 moderate   1 minor
  Failed elements 227  

cy.request({
method: "GET",
url: "https://www.googleapis.com/oauth2/v3/userinfo",
headers: { Authorization: `Bearer ${access_token}` },

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Password set "Love"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants