This repository contains end-to-end tests written in Playwright for the Digibank application.
Before running the tests, please make sure you have the following:
- Node.js and NPM installed
- Digibank application running locally or remotely
- Credentials to access Digibank application
- Clone the repository to your local machine:
- Install the dependencies:
npm install
- Set up environment variables:
export SUT=your-username
- To run all tests:
npm test
Contributions are welcome! If you'd like to contribute, please follow the Contribution Guidelines.
This project is licensed under the MIT License.