https://cypress.io logo
github actions cypress logging
# i-need-help
a
Hey, I would like to see all the console.log logs from my vuejs application when using the github actions runner. Any idea how to do that? I'm trying to debug a connection issue.
Copy code
- name: Cypress run
      uses: cypress-io/github-action@v5
      env:
        API_BASE_URL: http://127.0.0.1:1234/
      with:
        start: npm run dev
        wait-on: "http://127.0.0.1:1234/"