https://cypress.io logo
Join Discord
Powered by
# general-chat
  • a

    ancient-wire-34126

    08/04/2021, 1:55 PM
    Depends a bit on how you write them, but quite a bit of functionality in components can be unit tested, but it's also good to test your component API
  • r

    rough-nightfall-90576

    08/04/2021, 4:54 PM
    Just checking in to see if there might be hope for this to give some external views to folks who aren't necessarily testers with accounts, high-level results etc.
  • n

    narrow-rocket-99960

    08/04/2021, 4:57 PM
    Hey, glad I found this. Just wanna say I've been looking for a cypress discord for over a week and only found a link to this community in the experimental section of the Component Testing docs. https://docs.cypress.io/guides/component-testing/introduction#Experimental
  • n

    narrow-rocket-99960

    08/04/2021, 4:58 PM
    Think having a more prevalent link would be useful for the community.
  • b

    bulky-sundown-74498

    08/04/2021, 5:09 PM
    @narrow-rocket-99960 you are right. We are slowly transitionning from gitter
  • b

    bulky-sundown-74498

    08/04/2021, 5:10 PM
    but a lot of folks are still on gitter and are expecting results there
  • b

    bulky-sundown-74498

    08/04/2021, 5:10 PM
    so our teams hang out more there than here for now
  • n

    narrow-rocket-99960

    08/04/2021, 5:12 PM
    Gitter wanted read access to all of my Orgs on Github to join via 0auth so there was no way that was happening.
  • t

    thankful-wire-37848

    08/05/2021, 9:59 AM
    Just tested new
    cy.session
    command and it reduced my test run time from 7:20 to 5:50. Great!
  • s

    stocky-dream-36427

    08/07/2021, 11:30 PM
    😮 https://twitter.com/_jessicasachs/status/1424146882515832837?s=20
  • u

    user

    08/08/2021, 7:46 PM
    I am really laughing out loud.
  • b

    broad-television-39936

    08/08/2021, 9:56 PM
    I welcome myself to Cypress 😊
  • u

    user

    08/09/2021, 4:00 PM
    - I am loving Cypress so much that I want Cypress T Shirt. - I will wear it daily. - How can I get one in India ? I googled but couldn't find one.
  • f

    future-lion-7432

    08/09/2021, 7:14 PM
    Hi there! Just sent you a PM 🙂
  • a

    alert-businessperson-9225

    08/10/2021, 10:34 AM
    Hi guys 🙂 a few weeks ago we started using Cypress in our project and despite some issues at start we're increasing test-base every day 🙂
  • a

    alert-businessperson-9225

    08/10/2021, 10:36 AM
    we're really impressed how easy we can create working e2e tests for Angular project (comparing to Selenium 😄 )
  • m

    miniature-midnight-62558

    08/10/2021, 1:57 PM
    Hi, we've been using Cypress for a while now. We recently upgraded one of our projects to use the new Session API but noticed that it drove up test times up 4-6x since our login process is simple, but the page load times are large. One good-to-have in the API would be an option that does not reload the page between the login-validate and validate-test phases. This would reduce page loads from 3x per test to 1x, which would have a much smaller impact.
  • q

    quaint-autumn-18886

    08/12/2021, 11:53 AM
    Hi, i'm working with the paid membership for dashboard service, is there any way to send tests results with email notification after cypress tests finished?
    s
    a
    • 3
    • 3
  • b

    broad-television-39936

    08/12/2021, 12:49 PM
    Has anyone used Cypress to automate Reactive native app ( not a web one) example a native mac / windows app ? Any pointers will be appreciated
  • g

    gray-kilobyte-89541

    08/12/2021, 3:31 PM
    no, Cypress tests only what is running the browser, so once the RN app is converted into a native, Cypress has no control over it
  • l

    loud-policeman-30507

    08/12/2021, 4:42 PM
    In a nutshell what would I be missing out on if I'm currently running 6.8.0 compared to the latest?
  • g

    gray-kilobyte-89541

    08/12/2021, 9:01 PM
    https://on.cypress.io/changelog
  • s

    stocky-dream-36427

    08/13/2021, 7:17 PM
    Dashboard tests via email
  • s

    sticky-dentist-24502

    08/14/2021, 11:36 AM
    Hi do you know some useful podcast about testing ? thanks 🙂
  • g

    gorgeous-bird-50464

    08/16/2021, 11:53 AM
    Is anyone else having an issue inviting people to an app? When I click the "Invite User" button it errors with
    Oops. There was a problem talking to our servers
  • n

    narrow-rocket-99960

    08/17/2021, 10:58 PM
    What's the best way to use cypress on a cron job? thinking using module API and just logging out whether the tests passed or failed in a log file in an EC2 instance would be best
  • n

    narrow-rocket-99960

    08/17/2021, 10:59 PM
    My tests are functioning, but they don't really give very useful information automatically or through CLI
  • f

    flaky-island-64947

    08/19/2021, 5:08 PM
    Hi guys, I have the problem when using cypress with form data api as below: cy.fixture('/api/planmanagement/FASHION_distribution.csv', "binary") .then(data => { const fileName = "./FASHION_distribution.csv"; const blob = Cypress.Blob.base64StringToBlob(btoa(JSON.stringify(data)), 'multipart/form-data'); const file = new File([blob], fileName); const formData = new FormData(); formData.append("file", blob, fileName); cy.request({ url: "...........", method: "POST", headers: headers, form: true, body: { min_slot_rm_day: 2, id: planId, file: formData } }).then(response => { //cy.uploadFile('https://test-vanhanh.uat.shopee.vn/flash-sale/backend/api/plans/distribution/update/', formData).as('createANewUser'); cy.log(response.body) console.log("response", response); }) }) })
  • f

    flaky-island-64947

    08/19/2021, 5:08 PM
    status code is 200 but my uploaded file is not uploaded as expectation , Could anyone help me ? 😦
  • c

    cuddly-helicopter-33279

    08/20/2021, 12:23 PM
    Can you explain further? Is this from the Dashboard?
1...131415...127Latest