Skip to content

jose-garrofe/AutomationExcercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E2E Test Project

This project is designed to perform end-to-end (E2E) testing for the login functionality of the application at Automation Exercise.

Project Structure

e2e-test-project
├── src
│   ├── tests
│   │   └── login.test.ts       # Contains E2E test cases for login functionality
│   └── utils
│       └── helpers.ts          # Utility functions for testing
├── package.json                 # NPM configuration and dependencies
├── tsconfig.json                # TypeScript configuration
└── README.md                    # Project documentation

Setup Instructions

  1. Clone the repository:

    git clone <repository-url>
    cd e2e-test-project
  2. Install dependencies:

    npm install
  3. Configure your testing environment: Ensure that you have the necessary environment variables and configurations set up for your testing framework.

Running Tests

To run the E2E tests, use the following command:

npm test

Usage Examples

  • The test cases for the login functionality can be found in src/tests/login.test.ts.
  • Utility functions that assist in the testing process are located in src/utils/helpers.ts.

Contributing

Feel free to submit issues or pull requests if you have suggestions or improvements for the project.

About

Test designed to register a new user on the Automation Excercise website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published