Docs: https://docs.cypress.io | Issues: https://github.com/cypress-io/cypress/issues
marktnoonan on UNIFY-1566-percy-ci
add comment for clarity (compare)
ryanthemanuel on fix
Add back ESLintPlugin (compare)
mjhenkes on develop
Trigger Build (compare)
estrada9166 on feat
fix: disable ct testing when ru… Merge branch '10.0-release' int… (compare)
AtofStryker on component-testing-options
fix cypress_spec.js to account … (compare)
}).as('apiCall')
})
}).as('apiCall')
@bahmutov : do you have any video/blog on techniques for comparing screenshots (e.g using https://github.com/meinaart/cypress-plugin-snapshots or similar)?
(I've been looking on your blog but not found anything yet...)
My use case is wanting to check output drawn to a canvas (using Phaser JS)
feature ---> test 1 , test 2 ...
test 1
fails it did not show in the report. Whereas if test 2
fails its shows the failing test in the report.Greetings,
I would like to ask whether someone has experience with the following scenario:
From a repo github action checks out and sync feature files into xray cloud. Then GHA checks out the synced feature files, and it runs cypress against it with the "spec: " flag there and in the end it syncs in to the cypress dashboard.
As far as I can see the syncing part works fine, but as soon as it gets to the github action which runs the cypress feature file - the dashboard registers it (as in the run shows up there) but it says 1 of 2 specs is running. However, only one feature file is merged together in the pipeline. Also, after the first Scenario fails in the feature file, the whole test just skips, and I also have the "continue-on-error: true" flag in the gha settings.
Please do let me know if anyone has any experience working such configuration or environment. ^^ Thanks!