Skip to content

Arghajit47/Cypress-API-Testing-Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

<title>Cypress API Testing README</title>

Cypress API Testing Framework

<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>

About

Using Cypress for API Testing with framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published