<p>
Welcome to the Cypress API Testing Framework! This framework provides a robust and scalable solution for all your API testing needs using the power of <a href="https://www.cypress.io/">Cypress</a>.
</p>
<h2>🚀 Features</h2>
<ul>
<li>Easy-to-write tests with clear syntax.</li>
<li>Built-in fixtures for test data management.</li>
<li>Real-time reloading upon code changes.</li>
<li>Comprehensive reporting tools integration.</li>
</ul>
<h2>🔧 Setup</h2>
<ol>
<li>Clone the repository: <code>git clone YOUR_REPO_LINK</code></li>
<li>Move to the project directory: <code>cd cypress-api-framework</code></li>
<li>Install dependencies: <code>npm install</code></li>
<li>Open Cypress UI: <code>./node_modules/.bin/cypress open</code></li>
<li>Select the desired spec file and watch the magic!</li>
</ol>
<h2>📝 Writing Tests</h2>
<p>
All tests are located in the <code>cypress/integration/</code> directory. Utilize the provided template to start writing your tests quickly. For data-driven tests, leverage the fixtures in <code>cypress/fixtures/</code>.
</p>
<h2>📞 Support & Contribution</h2>
<p>
Feel free to open issues for any problems you encounter or enhancements you suggest. Pull requests are always welcome!
</p>
<footer>
<p>Made with ❤️ by [Arghajit Singha]</p>
</footer>
Arghajit47/Cypress-API-Testing-Framework
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|