{"library":"cypress-postgresql","type":"library","category":null,"description":"This package provides a set of Cypress commands and plugin utilities for interacting directly with a PostgreSQL database during end-to-end tests. It allows test suites to execute SQL queries, verify data, or seed test data by leveraging the `pg` client library. The current stable version is 1.0.8. Based on the README, it appears to support older Cypress plugin architectures (e.g., `cypress/plugins/index.js`), which suggests it is not actively maintained for the latest Cypress versions (Cypress 10+ uses `cypress.config.js`). Its primary differentiation is enabling direct database interaction within Cypress tests, streamlining data setup and verification workflows, offering a direct bridge for database operations within the Cypress testing environment, which can be critical for test data management and assertions.","language":"javascript","status":"abandoned","version":"1.0.8","tags":["javascript","postgresql","cypress","db","server"],"last_verified":"Wed May 27","install":[{"cmd":"npm install cypress-postgresql","imports":["import postgreSQL from 'cypress-postgresql';","const postgreSQL = require('cypress-postgresql');\n// then tasks = postgreSQL.loadDBPlugin(pool);","import postgreSQL from 'cypress-postgresql';\npostgreSQL.loadDBCommands();"]},{"cmd":"yarn add cypress-postgresql","imports":[]},{"cmd":"pnpm add cypress-postgresql","imports":[]}],"homepage":null,"github":"https://github.com/hovigstep/cypress-postgresql","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/cypress-postgresql","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/cypress-postgresql/compatibility"}}