https://cypress.io logo
Join Discord
Powered by
# i-made-this
  • Handling Nested Describe problem in Cypress 12
    i

    incalculable-rainbow-43330

    02/10/2023, 12:29 PM
    if anyone interested, they could look into the Solution of the Problem with Test Isolation and Nested Describe in Cypress 12+ while upgrading from cypress 10+ https://techkakani.wordpress.com/2023/02/10/handling-test-isolation-problem-for-nested-describe-after-cypress-12-update/
    b
    • 2
    • 1
  • Cypress vs Playwright
    f

    famous-energy-17408

    02/10/2023, 8:46 PM
    Crafted a piece delving into why I consider cypress a top pick for testing frameworks. https://hackandslash.blog/cypress-vs-playwright/
    g
    • 2
    • 1
  • This is Tech Talks: Cypress Component Testing
    h

    helpful-church-45337

    02/13/2023, 6:55 AM
    [30 min talk show] Our guest and expert consultant Christian Lรผdemann visits hosts Santosh Yadav and Jay Cooper Bell to discuss Cypress Component Testing. What is it, why was it made, and how does it compare to other testing toolchains? What's the advantages it promotes? https://www.youtube.com/live/8CrIu1mVzeY?feature=share
  • How to save time by running your cypress tests in parallel.
    c

    careful-insurance-62240

    02/14/2023, 4:08 AM
    Feeling behind the times? Here I will shows you how to save time by running your Cypress tests in parallel. https://qaautomationlabs.com/execute-test-case-parallelly-in-cypress-cloud-and-ci-cd-github-actions/
  • A Study on End-to-End Testing Framework Cypress in comparison to Selenium
    p

    proud-ram-58124

    02/20/2023, 11:02 AM
    Hi Everyone, I have prepared a comprehensive comparative study of Cypress vs Selenium and the use cases of Cypress. Please have a look and provide your valuable feedback. I would appreciate all your input. Thanks @best-flower-17510 for introducing me to this community. ๐Ÿ™‚ https://blog.taditdash.com/a-study-on-end-to-end-testing-framework-cypress-in-comparison-to-selenium
    b
    • 2
    • 1
  • Cypress and Cucumber for API Tests
    f

    future-eye-56254

    02/22/2023, 3:42 AM
    https://github.com/sam-nash/cypress-cucumber Reviews, Feedback, Comments and Suggestions please.
  • How To Use cy.intercept() For Handling Network Requests
    c

    careful-insurance-62240

    03/04/2023, 7:03 AM
    With cy.intercept(), you can intercept HTTP requests and responses in your tests, and perform actions like modifying the response, delaying the response, or returning a custom response. When a request is intercepted by cy.intercept() the request is prevented from being sent to the server and instead, Cypress will respond with the mock data you provide.This allows you to test different scenarios and responses from a server without actually having to make requests to it. https://qaautomationlabs.com/how-to-use-cy-intercept-for-handling-network-requests/
  • Parallelization by browsers and resolutions for mobile devices
    p

    powerful-orange-86819

    03/04/2023, 5:30 PM
    Finally managed to get my pipeline straight. Now I can just add browsers and resolutions inside my yml and the CI will automatically configure jobs for all possible combinations. I use Gitlab and can write a detailed tutorial if enough interest is shown. This is how my yml file looks like, cant get simplier than this:
    Copy code
    yml
      parallel:
        matrix:
          - SUITES: "cypress/e2e/test_suite1.cy.js,cypress/e2e/test_suite2.cy.js"
            RESOLUTION:
              - 1280x720
              - 1920x1080
            BROWSER:
              - chrome
              - firefox
    Also the screenshot is just an example striped from everything sensitive hehe
  • https://github.com/wlsf82/tat-cypress-intermediate-course-v2
    f

    faint-spring-80499

    03/07/2023, 12:53 AM
    As a contribution to the open-source community, the Cypress Intermediate course of the Talking About Testing School is now available in English on GitHub! ๐ŸŽ‰ In this course, you will learn how to create optimized end-to-end tests for different application layers (GUI, API, and CLI) using functionalities like
    cy.request
    and
    cy.session
    , to name a few. I hope you like the course, and I look forward to your feedback. Also, feel free to share it with your network and leave a star. Cc @best-flower-17510
    b
    • 2
    • 1
  • How to Execute Cypress E2E Test Cases Using CI/CD GitLab
    c

    careful-insurance-62240

    03/08/2023, 3:22 PM
    GitLab provides integration with Cypress through its CI/CD pipelines. Developers can configure GitLab to run Cypress tests as part of the pipeline and view the test results within the GitLab UI. GitLab also provides the ability to store test artifacts such as screenshots and videos. https://www.linkedin.com/posts/kailashpathak_how-to-execute-cypress-e2e-test-cases-using-activity-7039253888373243904-8tO5?utm_source=share&utm_medium=member_desktop
  • International Women's Day: encourage girls to study Computer Science.
    f

    future-caravan-75733

    03/09/2023, 10:48 AM
    Hello everyone! To celebrate international women's day, a college from my company and I record a video in collaboration with our University to encourage girls to study computer science by sharing our experience at the University, what we do in our day to day at work, things that you can do as a professional after study the degree... the video is in Spanish (sorry for that), I hope you could see the subtitles in English at some point. Enjoy!

    https://www.youtube.com/watch?v=FXVjJEzFHB0โ–พ

  • New Cypress.io Course Announcement: Testing The Swag Store
    g

    gray-kilobyte-89541

    03/10/2023, 1:31 PM
    I even made a video

    https://youtu.be/sGL3K7frN_Aโ–พ

    and the course is at https://cypress.tips/courses/swag-store
    s
    • 2
    • 4
  • German live coding tutorial
    l

    late-dinner-1440

    03/13/2023, 2:46 PM
    New german live coding tutorial published - please give this stuff a like to push our super testing framework to the german community

    https://youtu.be/S1zY-tfqRWgโ–พ

    b
    • 2
    • 1
  • Can you beat Cypress, ME and ChatGPT in the 5 Second challenge?
    s

    some-cartoon-73108

    03/19/2023, 3:47 PM

    https://www.youtube.com/watch?v=tcn8YL-Utvoโ–พ

    I did a short video trying to be faster than Cypress at clicking. Can you beat me or Cypress?
  • New german video about Cypress testing with the cloud in a monitoring job - check it out
    l

    late-dinner-1440

    03/20/2023, 11:25 AM
    I also provide a plugin with a one liner to test all websites with predifed tests. If you want to know more about it feel free to get in touch with me feedback is welcome. Have a nice start in this week

    https://youtu.be/VPr05XYSJRIโ–พ

  • How To Execute Cypress E2E Test Cases Using CI/CD GitLab
    c

    careful-insurance-62240

    03/23/2023, 11:45 AM
    In this article, readers will use a tutorial to learn how to execute Cypress end-to-end test cases using CI/CD GitLab, including guide code and images. https://dzone.com/articles/how-to-execute-cypress-e2e-test-cases-using-cicd-gitlab
  • Outsource a11y website tests as commands and make them available as an open source
    l

    late-dinner-1440

    04/14/2023, 8:01 AM

    https://youtu.be/CUlWByn6bJcโ–พ

  • Quickly Export Cypress Tests Directly from Google Chrome
    b

    best-flower-17510

    04/17/2023, 5:47 PM
    https://www.cypress.io/blog/2023/04/13/quickly-export-cypress-tests-directly-from-google-chrome/

    https://cdn.discordapp.com/attachments/1097579075079516202/1097579075733823518/Blog_Guest-Post_120622--Copy--1.pngโ–พ

  • Cypress JavaScript Tutorial: A Step-by-Step Handbook For Beginners
    c

    careful-insurance-62240

    04/18/2023, 5:49 AM
    This Cypress JavaScript tutorial deep dives into using Cypress and JavaScript to improve the speed and efficiency of software testing significantly. https://www.lambdatest.com/learning-hub/cypress-javascript
  • CCTDD - Tรผrkรงe (Turkish translation of my book CCTDD)
    m

    magnificent-finland-58048

    04/18/2023, 5:25 PM
    https://muratkerem.gitbook.io/cctdd-tr/ English version: https://muratkerem.gitbook.io/cctdd
  • The Automation Insider: Weekly QA Automation newsletter
    b

    bitter-fountain-36713

    04/21/2023, 9:05 PM
    As things wind down for the weekend, we have released the first issue of "The Automation Insider" - your go-to newsletter for everything related to QA automation! ๐Ÿ“ฐ๐Ÿ” We've curated the best articles, blog posts, videos, and forum discussions on tools such as Cypress, Playwright, Puppeteer, and more! ๐Ÿค๐Ÿ”ง So sit back, relax, and dive into our first issue. Don't forget to subscribe to stay up to date on the latest automation insights! ๐Ÿ“ฉ Let's automate together! ๐Ÿ™Œ https://automationinsider.substack.com/p/the-automation-insider-issue-1
    a
    g
    • 3
    • 5
  • How To Use Cypress Intercept for Handling Network Requests
    c

    careful-insurance-62240

    04/25/2023, 3:29 PM
    Before intercepting network requests, one of the main challenges was that it was difficult to debug and diagnose network-related issues. Developers needed more visibility into what was happening with network traffic between a client and a server. This blog all about Deep diving into using Cypress intercept for handling network requests while performing Cypress testing. https://dzone.com/articles/how-to-use-cypress-intercept-for-handling-network
  • Testing web applications with Cypress
    q

    quick-cartoon-44186

    04/26/2023, 3:55 PM
    Article I wrote that go over a possible integration between Xray and Cypress, taking advantage of the strengths of each tool. You can find it here: https://www.getxray.app/blog/testing-applications-with-cypress-xray
  • Cypress Best Practices for API Test Automation
    c

    careful-insurance-62240

    05/02/2023, 10:20 AM
    In this blog : - Learn how to automate APIs using Cypress. - How to automate APIs using an API plugin - Learn API automation best practices. https://dzone.com/articles/cypress-best-practices-for-api-test-automation
  • Tutorial on Getting Started with Cypress Test Automation.
    c

    careful-insurance-62240

    05/04/2023, 3:16 PM
    https://dzone.com/articles/cypress-javascript-tutorial-a-step-by-step-handboo Tutorial on Getting Started with Cypress Test Automation. In this Article you will learn Cypress with JavaScript Step-By-Step explanation in detail.
  • Did you know about this trick that Cypress contains?
    s

    some-cartoon-73108

    05/05/2023, 7:17 AM
    https://medium.com/@t79877005/did-you-know-about-this-trick-that-cypress-contains-b06eea99a548
  • Setting baseUrl
    l

    late-greece-72449

    05/14/2023, 3:49 AM
    Different ways to set baseUrl - https://medium.com/cypress-corner/different-ways-to-set-up-baseurl-in-cypress-f661268365fb
  • Unmasking AES Encryption: Boosting Data Security in Cypress Testing
    b

    best-flower-17510

    05/18/2023, 2:13 PM
    Are you protecting sensitive data? checkout @great-wire-84610 latest blog for tips! https://medium.com/@rajasekaran.parthiban7/unmasking-aes-encryption-boosting-data-security-in-cypress-testing-2bf74288c2bc
  • Cypress and Microsoft Teams integration!
    c

    careful-insurance-62240

    05/20/2023, 8:25 AM
    Here is Cypress latest feature... Cypress and Microsoft Teams integration! ๐ŸŽ‰ ๐ŸŽ‰ -- Microsoft Teams integration with Cypress improved visibility into the testing process. -- Test run notifications and updates can be automatically sent to relevant team members. -- Keeping everyone informed about the progress and status of the tests. https://qaautomationlabs.com/cypress-microsoft-teams-integration/
  • What happens after you submit a PR to an Open Source Project?
    n

    narrow-yacht-83061

    05/22/2023, 5:30 PM
    In this post, I talk about what happens after you submit a PR and then walk through a PR submitted to Cypress from Mark Noonan. https://dev.to/opensauced/what-happens-after-you-submit-a-pr-to-an-open-source-project-4ed1