cypress-example-conduit-app icon indicating copy to clipboard operation
cypress-example-conduit-app copied to clipboard

[ARCHIVED] Conduit example blogging app.

Results 18 cypress-example-conduit-app issues
Sort by recently updated
recently updated
newest added

In file /server/lib/models/article.js we have a missed branch that creates a slug for an article - if there is an article with the same title, then the API adds a...

Can we use upsert from Objection here?

Currently, the names of the files shift depending on if we are running server tests or not. We should always produce the full code coverage reports, even if the reports...

Because we use data-cy attributes in our tests, let's avoid verbose tests by adding a custom command

Can babel understand environment-specific instrumentation? there was a bug about it in ParcelJS I think. But we should only be using Istanbul babel plugin when `NODE_ENV=test`

We have a couple of extra commands in https://github.com/cypress-io/cypress-example-realworld/blob/master/cypress/support/index.js and it would be nice to have them in intellisense