https://cypress.io logo
Join DiscordCommunities
Powered by
# e2e-testing
  • m

    mysterious-belgium-25713

    10/05/2022, 3:40 PM
    Don't forgot that if you use playwright you have to setup almost everything from scratch. Playwright is more a framework like selenium.
  • m

    mysterious-belgium-25713

    10/05/2022, 3:43 PM
    I haven't used this plugin before. But did you set the webhook URL?
  • m

    mysterious-belgium-25713

    10/05/2022, 3:44 PM
    MS_TEAMS_WEBHOOK_URL = 'yourWebhookUrl'
  • b

    breezy-room-97976

    10/05/2022, 3:48 PM
    yes, webhook works ok, but it sends empty message to Teams (so connectoin works). to create a content of this message, I need to run some tests - but I stuck on this issue I've posted above 😦
  • a

    agreeable-scooter-87343

    10/05/2022, 4:42 PM
    Yes.. anyways current cypress framework is of not much use to us as at the step one of login itself not working. We are facing this issue from more than a month now
  • b

    boundless-answer-75119

    10/05/2022, 10:20 PM
    What’s the best way we can setup the test data in database without database seeding. Our database architecture is complex so database maintenance is a problem the BE is written in Ruby on Rails and FE is in React
  • c

    chilly-queen-22182

    10/06/2022, 12:46 AM
    Thanks, my requirements are I need to validate that pdf rendering working well,
  • l

    limited-agency-13286

    10/06/2022, 2:23 AM
    Hi team I am having a problem with scrollIntoView(). How I am writing currently is cy.get(‘I’d/classname’).scrollIntoView().click(). It was working fine a week ago. However it was failing last week and re-running successfully this week. Without using scrollIntiView() for some elements the autoScroll the element into view is failing. My cypress version is 7.6.0. Any suggestions would appreciated
  • c

    calm-house-97322

    10/06/2022, 3:28 AM
    Thread
  • f

    fast-motherboard-28167

    10/06/2022, 4:56 AM
    Is it here on this discord?
  • s

    square-zoo-92250

    10/06/2022, 8:32 AM
    Hi there, I have specific use case that I'm having struggle with. Here is the scenario: Web app (wordpress) when opened basic web authentication is required, and I've override the cy.visit() command to always pass username and password. Use case requires to open an article by URL and in order to be able to access to article user is being redirected to a sing in service. After successful sign in it redirects back to requested article. The thing is that once user is logged in basic web authentication pops up again. Note that this isn't happening when performed manually on a browser outside of Cypress runner. Any advice how to deal with this would be highly apprecitated.
  • q

    quaint-hospital-22081

    10/06/2022, 9:02 AM
    Please help, I'm running Cypress 10.9 on my Mac, but it keeps crashing when I try to use it. I've attempted to remove and reinstall it numerous times, even with earlier versions, but the problem persists. Please help if anyone has a suggestion.
  • a

    acceptable-hamburger-48790

    10/06/2022, 10:34 AM
    Did you check the permissions
  • q

    quaint-hospital-22081

    10/06/2022, 10:34 AM
    What do you mean by permissions?
  • a

    acceptable-hamburger-48790

    10/06/2022, 11:07 AM
    when you run cypress open - Mac would ask for the permission to launch chrome
  • a

    acceptable-hamburger-48790

    10/06/2022, 11:08 AM
    check if there is such permission problem
  • v

    victorious-island-73736

    10/06/2022, 11:30 AM
    Thanks, it was helpful. Everything works 🙂
  • p

    polite-mechanic-11251

    10/06/2022, 11:41 AM
    Hi, I'm a little new to Cypress and have a Cypress Cucumber set up with Angular. I've just updated Angular from 12 to 14 and had to update webpack to 5.70.0 "cypress": "^6.3.0", "cypress-cucumber-preprocessor": "^2.5.1", "cypress-intellij-reporter": "0.0.4", "cypress-keycloak": "^1.7.0", "cypress-multi-reporters": "^1.4.0", "cypress-sql-server": "^1.0.0", "cypress-teamcity-reporter": "^2.6.1", "cypress-webpack-preprocessor-v5": "^5.0.0-alpha.1", "cypress-xpath": "^1.6.0", "@cypress/webpack-preprocessor": "^5.9.0", "@types/cucumber": "^4.0.7", "@types/cypress-cucumber-preprocessor": "^1.14.1" I now have a problem running the feature files with the following Error: Webpack Compilation Error Module parse failed: Unexpected character '@' (1:0) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See (link) > @Balance | Feature: Balance
  • p

    polite-mechanic-11251

    10/06/2022, 12:08 PM
    I'm thinking it wasn't expecting the Gherkin feature format. would I need to make a config entry ? but if the system recognised the format for webpack 4 what's changed?
  • f

    future-jelly-92886

    10/06/2022, 1:38 PM
    Hello, Can any body tell me how we can configure PostgreSQL (with Kerberos authentication) in cypress ?
  • c

    cold-van-45410

    10/06/2022, 1:56 PM
    Can Anyone tell me best POM for cypress other than cypress default POM?
  • s

    shy-accountant-52090

    10/06/2022, 2:08 PM
    Hi All. I'm Prashanthi (QA). I write cypress e2e tests on storybook to test the components(embedded in iframe) by sending invalid and valid inputs to props. I'm trying to get a console error of storybook console but looks like it is not able to catch it for some reason. Please see the screenshots attached.(We can view the error in console of test runner) Can someone help me please. 🙏
  • n

    nice-bear-8793

    10/06/2022, 2:16 PM
    Hi.. We want to try Cypress Teams dashboard.. Is there a way we can get a trial for atleast a week?
  • m

    mysterious-belgium-25713

    10/06/2022, 2:39 PM
    Hi Hema, there is a free tier you can use to try out basic things.
  • r

    rich-apartment-67672

    10/06/2022, 2:51 PM
    Hi guys I need your help for this error.
    Copy code
    An error was thrown in your plugins file while executing the handler for the after:run event.
    
    The error we received was:
    
    Error: spawn cucumber-json-formatter ENOENT
        at Process.ChildProcess._handle.onexit (node:internal/child_process:283:19)
        at onErrorNT (node:internal/child_process:478:16)
        at processTicksAndRejections (node:internal/process/task_queues:83:21)
    Thanks a lot
  • a

    acceptable-hamburger-48790

    10/06/2022, 3:03 PM
    do you have the JSON-Formatter installed locally ?
  • a

    acceptable-hamburger-48790

    10/06/2022, 3:04 PM
    this happens when you select the output type as json in config file but Doesnt have the cucumber-json-formmatter installed locally
  • r

    rich-apartment-67672

    10/06/2022, 3:04 PM
    Yes
  • r

    rich-apartment-67672

    10/06/2022, 3:07 PM
    It worked well before the update to cypress v10.9.0
  • a

    acceptable-hamburger-48790

    10/06/2022, 3:09 PM
    Might help if you can share a reproducible repo
1...115116117...192Latest