{"library":"cypress-postgres-10v-compatibility","type":"library","category":null,"description":"This package updates the cypress-postgres module to be compatible with Cypress 10.x.x+ after the migration from 9.x.x. It allows Cypress tests to query a PostgreSQL database directly by registering a custom 'dbQuery' task. Version 1.0.0 is the current stable release, with no active release cadence. Key differentiators: simple setup with connection details in cypress.json, supports single or multiple database connections, and works with Cypress 10. No ESM support.","language":"javascript","status":"active","version":"1.0.0","tags":["javascript","cypress","cypress plugin","postgres"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install cypress-postgres-10v-compatibility","imports":["module.exports = on => { on('task', { dbQuery: (query) => require('cypress-postgres-10v-compatibility')(query.query, query.connection) }); };","{\"db\": {\"user\": \"postgres\", \"host\": \"localhost\", \"database\": \"postgres\", \"password\": \"*****\", \"port\": 5432}}","cy.task('dbQuery', { query: 'SELECT * FROM users' }).then(...)"]},{"cmd":"yarn add cypress-postgres-10v-compatibility","imports":[]},{"cmd":"pnpm add cypress-postgres-10v-compatibility","imports":[]}],"homepage":"https://github.com/nikitayavich/cypress-postgres#readme","github":"https://github.com/nikitayavich/cypress-postgres","docs":null,"changelog":null,"pypi":null,"npm":"cypress-postgres-10v-compatibility","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}