This repository contains example implementations for various web automation and testing tools.
Each tool directory contains a main.js file with a basic example of how to use the tool. To run an example:
npm install)node main.jsFor more detailed examples, see the EXAMPLES.md file.
Docker configurations are provided for each tool. To use them:
docker-compose upFor more details on using Docker, see the DOCKER.md file.
Contributions are welcome! Please see the CONTRIBUTION.md file for guidelines on how to contribute to this project.
For information on how to run tests and add new ones, please see the TEST.md file.
For a detailed changelog, see the CHANGELOG.md file.
This project is licensed under the terms of the MIT license. See the LICENSE file for details.