https://cypress.io logo
Join DiscordCommunities
Powered by
# help
  • m

    mysterious-belgium-25713

    10/09/2022, 8:06 PM
    And its overwriting some configs and pushing my company lock file
  • m

    mysterious-belgium-25713

    10/09/2022, 8:06 PM
    And i'm now on public github
  • t

    thankful-dawn-86064

    10/09/2022, 8:06 PM
    oh
  • m

    mysterious-belgium-25713

    10/09/2022, 8:15 PM
    Lol i'm getting more and more errors that i never seen before
  • t

    thankful-dawn-86064

    10/09/2022, 8:18 PM
    strange
  • t

    thankful-dawn-86064

    10/09/2022, 8:19 PM
    Copy code
    yml
    name: Cypress
    
    on: [push]
    
    jobs:
      cypress-run:
        runs-on: ubuntu-latest
        container: cypress/browsers:node16.16.0-chrome106-ff99-edge
        
        steps:
          - name: Checkout
            uses: actions/checkout@v3.1.0
            
          - name: Cypress
            uses: cypress-io/github-action@v4.2.0
            with:
               install: npm install
               build: echo "it works!"
               browser: firefox
    here is my workflow and besides that firefox bug its working without any issue
  • m

    mysterious-belgium-25713

    10/09/2022, 8:30 PM
    I got one
    Copy code
    yml
    name: Cypress Tests using Cypress Docker Image
    
    on: [push]
    
    jobs:
      cypress-run:
        runs-on: ubuntu-latest
        container: 
          image:  cypress/browsers:node16.14.2-slim-chrome100-ff99-edge
          options: --user 1001
        steps:
          - name: Checkout
            uses: actions/checkout@v2
          - name: Cypress run
            uses: cypress-io/github-action@v4.2.0
            with:
              browser: firefox
  • m

    mysterious-belgium-25713

    10/09/2022, 8:30 PM
    https://github.com/Xvier/pipelinev2/actions/runs/3215459584/jobs/5256569517
  • m

    mysterious-belgium-25713

    10/09/2022, 8:30 PM
    Maybe its also because i set the --user flag
  • t

    thankful-dawn-86064

    10/09/2022, 8:34 PM
    oh it works now with firefox?
  • t

    thankful-dawn-86064

    10/09/2022, 8:34 PM
    for some reasons i canโ€™t view logs on phone
  • m

    mysterious-belgium-25713

    10/09/2022, 8:35 PM
    Its all green
  • m

    mysterious-belgium-25713

    10/09/2022, 8:36 PM
    Maybe you cannot see the logs, but the checkbox is green for the full run
  • t

    thankful-dawn-86064

    10/09/2022, 8:37 PM
    oh i forgot about it
  • t

    thankful-dawn-86064

    10/09/2022, 8:37 PM
    so cypress/browsers:node16.14.2-slim-chrome100-ff99-edge works without any issues
  • m

    mysterious-belgium-25713

    10/09/2022, 8:38 PM
    Yeah it worked without issue. But to be sure add the -- user option like i did.
  • t

    thankful-dawn-86064

    10/09/2022, 8:39 PM
    i will check it out later
  • t

    thankful-dawn-86064

    10/09/2022, 8:39 PM
    but there should be notice about that user flag in readme
  • m

    mysterious-belgium-25713

    10/09/2022, 9:20 PM
    I found it on the github page of the action itself. https://github.com/marketplace/actions/cypress-io#firefox
  • t

    thankful-dawn-86064

    10/09/2022, 9:37 PM
    oh i was just stupid then
  • p

    prehistoric-restaurant-72560

    10/10/2022, 12:16 PM
    Can anyone help me to answer this questions correctly? It's form Gleb's course so it's absolutely only for my satisfaction. I have tried few different answers for both, but nothings works and I'm curious what I'm missing.
  • s

    strong-application-30670

    10/10/2022, 12:29 PM
    Hey Cypress team! In our company's Cypress Dashboard we have someone who's no longer working here set as an admin, preventing us from making any changes to the organization. Is there any way you could help us update the admin user?
  • s

    strong-application-30670

    10/10/2022, 12:30 PM
    1. all 4? 2. b+c I think
    p
    • 2
    • 3
  • s

    strong-application-30670

    10/10/2022, 12:31 PM
    @lemon-oyster-64925 @stocky-dream-36427 @cuddly-winter-72122 perhaps?
  • p

    prehistoric-restaurant-72560

    10/10/2022, 12:42 PM
    Can anyone help me to answer this
  • b

    best-window-49967

    10/10/2022, 1:20 PM
    Hello, I need help please, I downloaded Cypress version 10.9.0 and it has failed to launch test runner, I am new to cypress so I have no idea how to solve this
  • b

    best-window-49967

    10/10/2022, 1:22 PM
    can someone help please
  • m

    magnificent-finland-58048

    10/10/2022, 1:32 PM
    paid support > submit a request https://www.cypress.io/support/
  • m

    magnificent-finland-58048

    10/10/2022, 1:36 PM
    don't use incognito and make sure to have logged into dashboard first it'll appear on the lower right
  • s

    strong-application-30670

    10/10/2022, 1:52 PM
    we don't have a paid plan because we can't do an upgrade without owner's priviliges. So we need to get hold of Cypress Team somehow to be able to change org owner account and then be able to upgrade. That's why I'm missing direct email to support ๐Ÿ˜
1...169170171...252Latest