Skip to content

hiagoagil/forms_app

Repository files navigation

AUTOMATING APPLICATION FUNCTIONALITIES:

git clone https://github.com/hiagoagil/Forms-cy.git

2. Installing All Dependencies:

Execute the following command to install all necessary dependencies, including those related to Node.js, Cypress, Cucumber, and Faker.js, present in the project:

npm install

3. Project Overview:

This objective work exposes the application's functionalities in detail, looking for points of improvement and failures in development.

4. Directory Structure

  • .github/

    • workflows/
      • ci.yml/ File developed to follow CI/CD good practices.
  • cypress/ Contains configuration files and Cypress test scripts.

    • cypress/e2e/ Contains files with test scripts in cy.js format

    • cypress/support/ May include utilities or support functions for tests.

    • cypress/fixtures/ Contains example data or mocks for tests.

  • node_modules/

    • Contains project dependencies generated by Node.js.

5. Running Tests

To run all tests, use the following command in the command line:

npm test

To view the tests through the Cypress graphical interface, you must execute the command:

npx cypress open

Contact ✉️

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages