You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add acceptance/repository-cloudant package, modeled after MongoDB & MySQL tests in acceptance/repository-mongodb and acceptance/repository-mysql. The tests should be run as a new Travis CI job, see the existing setup for other connectors.
A new directory acceptance/repository-cloudant running all CRUD tests from repository-tests packages
A new matrix entry in Travis CI config to run Cloudant tests as part of our CI builds
All tests are passing. If it's too difficult to make all tests to pass, then leverage CrudFeatures flags to skip failing tests and open follow-up issues to fix those tests that we want to pass.
The text was updated successfully, but these errors were encountered:
Add
acceptance/repository-cloudant
package, modeled after MongoDB & MySQL tests inacceptance/repository-mongodb
andacceptance/repository-mysql
. The tests should be run as a new Travis CI job, see the existing setup for other connectors.See also #3387
Acceptance criteria
acceptance/repository-cloudant
running all CRUD tests fromrepository-tests
packagesCrudFeatures
flags to skip failing tests and open follow-up issues to fix those tests that we want to pass.The text was updated successfully, but these errors were encountered: