Skip to content

johnqa/pipeline-workshop-example-application

 
 

Repository files navigation

Digibank End-to-End Tests with Playwright

This repository contains end-to-end tests written in Playwright for the Digibank application.

Prerequisites

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

Installation

  1. Clone the repository to your local machine:
  2. Install the dependencies:
npm install

Configuration

  1. Set up environment variables:
export SUT=your-username

Running the Tests

  1. To run all tests:
npm test

Contributing

Contributions are welcome! If you'd like to contribute, please follow the Contribution Guidelines.

License

This project is licensed under the MIT License.

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 100.0%