This repository contains integration test scripts using WebDriverIO, Page Object Model (POM), and Node.js for testing the functionality of the Wetwo.id website.
- Node.js and npm should be installed on your machine.
- WebDriverIO should be globally installed (
npm install -g webdriverio
).
- Clone this repository to your local machine.
- Navigate to the project directory using the command line.
- Run
npm install
to install the project dependencies.
-
Update the configuration details in the
wdio.conf.js
file, including the browser type and other settings as needed. -
Run the integration test using the following command:
npm run wdio
The test will execute the specified scenario on the Wetwo.id website, following the steps mentioned in the repository.
If you encounter any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request in this repository.
Happy Testing!