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

v12.0.0 Documentation #4853

Merged
merged 48 commits into from
Dec 6, 2022
Merged

v12.0.0 Documentation #4853

merged 48 commits into from
Dec 6, 2022

Commits on Oct 11, 2022

  1. Configuration menu
    Copy the full SHA
    da3a511 View commit details
    Browse the repository at this point in the history
  2. fix: Explain error thrown when cypress commands in .should() callback (

    …#4755)
    
    * fix: Explain error thrown when cypress commands in .should() callback
    
    * Improve layout of previous changes and provide second example of how to fix
    
    * Update content/api/commands/should.md
    
    Co-authored-by: Rachel <rachel@cypress.io>
    
    * Apply suggestions from code review
    
    Co-authored-by: Zach Bloomquist <git@chary.us>
    
    * Run prettier
    
    * Run prettier again...?
    
    * One more prettier run... :/
    
    Co-authored-by: Rachel <rachel@cypress.io>
    Co-authored-by: Zach Bloomquist <git@chary.us>
    3 people authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    d686c92 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Configuration menu
    Copy the full SHA
    293d8f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Configuration menu
    Copy the full SHA
    8a0185f View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Configuration menu
    Copy the full SHA
    e4cbda6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4735 from cypress-io/content/remove-obsolete-for-…

    …multidomain-ga
    
    Remove pages and references to functionality obsoleted by multidomain GA
    debrisapron authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    421eb9e View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Merge branch 'master' into v12

    # Conflicts:
    #	content/_changelogs/11.0.0.md
    #	content/api/commands/origin.md
    #	content/api/commands/session.md
    #	content/api/cypress-api/session.md
    #	content/guides/core-concepts/writing-and-organizing-tests.md
    #	content/guides/references/configuration.md
    #	content/guides/references/experiments.md
    emilyrohrbough committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    57975ce View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Configuration menu
    Copy the full SHA
    595297d View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. docs: Queries, Detached DOM, and Retry-Ability (#4835)

    * First rework of retryability guide
    
    * Update each command's Yields section, and all guides, with information about queries vs commands
    
    * Add Custom Queries page
    
    * Minor formatting tweaks
    
    * Review changes
    
    * Review updates
    
    * Update based on review + last week meetings
    
    * More review updates
    
    * Fix tests
    BlueWinds authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    5501639 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Configuration menu
    Copy the full SHA
    b24a10b View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Configuration menu
    Copy the full SHA
    4b6a45f View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Configuration menu
    Copy the full SHA
    ab17765 View commit details
    Browse the repository at this point in the history
  2. feat: update okta login guide for realworld app (#4883)

    * feat: update okta login guide for realworld app
    
    * chore: make changes to okta to have parity with cognito changes
    
    * chore: address code review comments
    AtofStryker authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    0dabe52 View commit details
    Browse the repository at this point in the history
  3. feat: update cognito login guide for realworld app (#4882)

    * feat: update cognito login guide for realworld app
    
    * chore: update guide from comments in code review
    
    * properly close alert tag
    
    * Update content/guides/end-to-end-testing/amazon-cognito-authentication.md
    
    * chore: address comments from code review
    
    * fix linting
    AtofStryker authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    08ee351 View commit details
    Browse the repository at this point in the history
  4. v12 Migration Guide (#4862)

    Co-authored-by: Matt Schile <mschile@cypress.io>
    Co-authored-by: Blue F <blue@everblue.info>
    Co-authored-by: DEBRIS APRON <debrisapron@gmail.com>
    Co-authored-by: Ben M <benm@cypress.io>
    Closes undefined
    emilyrohrbough authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    97d7533 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ca54c0 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. Configuration menu
    Copy the full SHA
    171895f View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Configuration menu
    Copy the full SHA
    037cf39 View commit details
    Browse the repository at this point in the history
  2. 12: update test isolation docs to use true/false instead of on/off (#…

    …4890)
    
    Co-authored-by: Chris Breiding <chrisbreiding@users.noreply.github.com>
    Co-authored-by: Matt Henkes <mjhenkes@gmail.com>
    Co-authored-by: Bill Glesias <bglesias@gmail.com>
    4 people authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    b83a6ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa0e7a8 View commit details
    Browse the repository at this point in the history
  4. Documentation updates for v12 (#4880)

    * re-add websecurity, links to websecurity, and trade-offs guides
    
    * chore: revamp documentation around web security page
    
    * chore: update same-origin tradeoff to be new navigation rules, including our SD chart, to help paint users a clear picture with cy.origin
    
    * chore: link to the experimental modify obstructive third party code doc in web security from origin
    
    * chore: update Error Messages section to reflect allowing cross origin visiting
    
    * update best practices: visiting external sites
    
    * remove node 12 from installing cypress section
    
    * chore: update key differences to plug session and origin over programmatic login
    
    * chore: update with suggestions from code review
    
    * add okta/amazon guide links in trade-offs and update workarounds
    
    * feat: add cross origin testing guide
    
    * update image for command time out with visit
    
    * chore: readd legacy errors and add a Note section to explain that this is only for cypress v11 and under
    
    * chore: update suggestions from code review
    
    * chore: add suggestions from code review
    
    * fix: fix okta alert banner (needed a new line)
    
    * fix: broken image in error messages
    
    * chore: update error header for on link to address cypress-io/cypress-services#5040 (comment)
    AtofStryker authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    a43db8c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4894 from cypress-io/content/update-custom-comman…

    …d-examples
    
    Update auth examples for v12 on custom commands page
    debrisapron authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    6a3f8fd View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4892 from cypress-io/content/final-origin-changes…

    …-for-v12
    
    Small update to cy.origin API docs for v12
    debrisapron authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    7cacb1d View commit details
    Browse the repository at this point in the history
  7. Update cy.session API docs for v12 (#4851)

    Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com>
    Closes #4507
    debrisapron authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    d74889a View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Configuration menu
    Copy the full SHA
    0ebc68e View commit details
    Browse the repository at this point in the history
  2. fix: Explain error thrown when cypress commands in .should() callback (

    …#4755)
    
    * fix: Explain error thrown when cypress commands in .should() callback
    
    * Improve layout of previous changes and provide second example of how to fix
    
    * Update content/api/commands/should.md
    
    Co-authored-by: Rachel <rachel@cypress.io>
    
    * Apply suggestions from code review
    
    Co-authored-by: Zach Bloomquist <git@chary.us>
    
    * Run prettier
    
    * Run prettier again...?
    
    * One more prettier run... :/
    
    Co-authored-by: Rachel <rachel@cypress.io>
    Co-authored-by: Zach Bloomquist <git@chary.us>
    3 people authored and debrisapron committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    68cdeeb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a48aff1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    648aa50 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77d5db3 View commit details
    Browse the repository at this point in the history
  6. docs: Queries, Detached DOM, and Retry-Ability (#4835)

    * First rework of retryability guide
    
    * Update each command's Yields section, and all guides, with information about queries vs commands
    
    * Add Custom Queries page
    
    * Minor formatting tweaks
    
    * Review changes
    
    * Review updates
    
    * Update based on review + last week meetings
    
    * More review updates
    
    * Fix tests
    BlueWinds authored and debrisapron committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    7cb3c06 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2cae49b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    94d1f2c View commit details
    Browse the repository at this point in the history
  9. feat: update okta login guide for realworld app (#4883)

    * feat: update okta login guide for realworld app
    
    * chore: make changes to okta to have parity with cognito changes
    
    * chore: address code review comments
    AtofStryker authored and debrisapron committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    ddd2c02 View commit details
    Browse the repository at this point in the history
  10. feat: update cognito login guide for realworld app (#4882)

    * feat: update cognito login guide for realworld app
    
    * chore: update guide from comments in code review
    
    * properly close alert tag
    
    * Update content/guides/end-to-end-testing/amazon-cognito-authentication.md
    
    * chore: address comments from code review
    
    * fix linting
    AtofStryker authored and debrisapron committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    87b50da View commit details
    Browse the repository at this point in the history
  11. v12 Migration Guide (#4862)

    Co-authored-by: Matt Schile <mschile@cypress.io>
    Co-authored-by: Blue F <blue@everblue.info>
    Co-authored-by: DEBRIS APRON <debrisapron@gmail.com>
    Co-authored-by: Ben M <benm@cypress.io>
    Closes undefined
    emilyrohrbough authored and debrisapron committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    707b589 View commit details
    Browse the repository at this point in the history
  12. 12: update test isolation docs to use true/false instead of on/off (#…

    …4890)
    
    Co-authored-by: Chris Breiding <chrisbreiding@users.noreply.github.com>
    Co-authored-by: Matt Henkes <mjhenkes@gmail.com>
    Co-authored-by: Bill Glesias <bglesias@gmail.com>
    4 people authored and debrisapron committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    4f39810 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f70ec09 View commit details
    Browse the repository at this point in the history
  14. Documentation updates for v12 (#4880)

    * re-add websecurity, links to websecurity, and trade-offs guides
    
    * chore: revamp documentation around web security page
    
    * chore: update same-origin tradeoff to be new navigation rules, including our SD chart, to help paint users a clear picture with cy.origin
    
    * chore: link to the experimental modify obstructive third party code doc in web security from origin
    
    * chore: update Error Messages section to reflect allowing cross origin visiting
    
    * update best practices: visiting external sites
    
    * remove node 12 from installing cypress section
    
    * chore: update key differences to plug session and origin over programmatic login
    
    * chore: update with suggestions from code review
    
    * add okta/amazon guide links in trade-offs and update workarounds
    
    * feat: add cross origin testing guide
    
    * update image for command time out with visit
    
    * chore: readd legacy errors and add a Note section to explain that this is only for cypress v11 and under
    
    * chore: update suggestions from code review
    
    * chore: add suggestions from code review
    
    * fix: fix okta alert banner (needed a new line)
    
    * fix: broken image in error messages
    
    * chore: update error header for on link to address https://github.com/cypress-io/cypress-services/pull/5040#discussion_r1038322783
    AtofStryker authored and debrisapron committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    307b0ff View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    de07b87 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d2dd400 View commit details
    Browse the repository at this point in the history
  17. Update cy.session API docs for v12 (#4851)

    Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com>
    Closes #4507
    debrisapron committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    254d187 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7e8dbb7 View commit details
    Browse the repository at this point in the history
  19. .within() now throws an error if given more than one subject (#4898)

    * .within() now throws error when passed more than one subject.
    
    * Add migration guide, update based on reviews
    BlueWinds authored and debrisapron committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    aeaa7c4 View commit details
    Browse the repository at this point in the history
  20. Update Logging In section of Testing Your App page (#4885)

    Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com>
    Closes #4498
    debrisapron committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    4565fcd View commit details
    Browse the repository at this point in the history
  21. Update End-to-End Testing -> Auth0 Authentication docs for v12 (#4895)

    Co-authored-by: Bill Glesias <bglesias@gmail.com>
    debrisapron and AtofStryker committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    f2c3c19 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    31cdf70 View commit details
    Browse the repository at this point in the history
  23. Cypress.Session Cypress API (#4900)

    * docs around Cypress.session api
    
    * data not date
    
    * Update content/api/cypress-api/session.md
    
    Co-authored-by: Matt Henkes <mjhenkes@gmail.com>
    
    * Update content/api/cypress-api/session.md
    
    Co-authored-by: Matt Henkes <mjhenkes@gmail.com>
    
    * Update content/api/cypress-api/session.md
    
    Co-authored-by: Matt Henkes <mjhenkes@gmail.com>
    
    * Update content/api/cypress-api/session.md
    
    Co-authored-by: Matt Henkes <mjhenkes@gmail.com>
    
    * fix markdown
    
    * Update content/api/cypress-api/session.md
    
    * Apply suggestions from code review
    
    Co-authored-by: Matt Henkes <mjhenkes@gmail.com>
    emilyrohrbough and mjhenkes authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    065c956 View commit details
    Browse the repository at this point in the history
  24. V12 ChangeLog (#4896)

    Co-authored-by: Matt Schile <mschile@cypress.io>
    Co-authored-by: Blue F <blue@everblue.info>
    Co-authored-by: DEBRIS APRON <debrisapron@gmail.com>
    Co-authored-by: Ben M <benm@cypress.io>
    Co-authored-by: Ryan Manuel <ryanm@cypress.io>
    Co-authored-by: Chris Breiding <chrisbreiding@users.noreply.github.com>
    7 people authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    3180458 View commit details
    Browse the repository at this point in the history