cypress-example-kitchensink
cypress-example-kitchensink copied to clipboard
This is an example app used to showcase Cypress.io testing.
Right now we are trying to keep all dependencies up-to-date using Renovate Bot, which is rate-limited. But `cypress` itself, which is the most important dependency here gets lost in the...
I wrote up a sample on how to configure AzDO pipelines with yaml and run cypress against multiple browsers in parallel. Would love to add them to this repo. https://github.com/mydiemho/react-js-demo-app/blob/master/devops/pipelines/pr-validation-web-app.yaml
Example curl: ``` curl -X POST \ https://localhost:8080/api/action/upload_file -H 'Authorization: Bearer some token' -H 'Content-type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW' -F file=@/Users/Me/Documents/image.png ``` Is such action even supported? Could you please add an...
I was reviewing the runs from a test PR of mine and there is this run in the Dashboard that has no commit info. It's hard to pick out which...
Should install dependencies once and use them in each parallel job This is the recommended way of achieving this is to install dependencies/store cache in a block and then restore...
On this page: https://example.cypress.io/ There are links to: https://example.cypress.io/cypress-api/utilities It looks like they are supposed to go here: https://example.cypress.io/utilities
Maybe as a semantic action? Because there might be changes incompatible with previous test runner versions, we need to version deploys. I think best would be to use this package.json...
https://github.com/cypress-io/cypress-example-kitchensink/releases
It would be very useful to commit to a repo and then kick off 2 builds on Azure CI: one using Linux container and another one using Windows container Currently...