Metadata-Version: 2.1
Name: robotframework-results-to-slack-channel
Version: 1.0.0
Summary: Send Robot Framework Results Notifications to specific Slack channel. Forked from tlolkema/RobotNotifications and all credits from the creator tlolkema. Added some details to fit for the organisation by Lucas Greyhounds.
Home-page: https://github.com/lucasgreyhounds/robotframework-results-to-slack-channel
Author: Lucas Greyhounds
Author-email: lucasgreyhounds@gmail.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown

# RobotFrameworkResultsToSlackChannel

A utility to send Robot Framework test results directly to a Slack channel.

## Features

- Parses Robot Framework output files
- Formats test results for Slack
- Sends rsults as notifications to specified Slack channel.

## Requirements

- Python 3.7+
- [Robot Framework](https://robotframework.org/)
- [Slack Webhook URL](https://api.slack.com/messaging/webhooks)

## Installation

```bash
pip install robotframework-results-to-slack-channel
```

## Usage

1. Add the library to the test suite file

```bash
Library    RobotFrameworkResultsToSlackChannel    ${WEBHOOK_URL}    ...
```
2. Run the robot tests as usual 


## Configuration

- Set your Slack webhook URL in the command or via environment variable.

## License

MIT License

## Contributing

Pull requests are welcome! For major changes, please open an issue first.

## Contact

The Author of the code is Tim Lolkema (https://pypi.org/project/robotframework-notifications/) and modified by Lucas Greyhounds to add more details such as Environment and Footer custom text. All credits to the author. 
