cypress-bootstrap
Version:
Cypress Bootstrap is a project scaffolding tool that sets up a Cypress automation framework with a standardized folder structure and Page Object Model (POM) design. It helps teams quickly start testing with built-in best practices and sample specs.
23 lines (22 loc) • 488 B
JSON
{
"name": "subscription-api",
"version": "1.0.0",
"description": "Simple subscription management API for testing (product types, products, subscriptions) with Swagger schema.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [
"subscription",
"api",
"express",
"swagger"
],
"author": "",
"license": "MIT",
"dependencies": {
"express": "^4.19.2",
"cors": "^2.8.5",
"uuid": "^9.0.1"
}
}