Skip to content

Commit 76737ab

Browse files
committed
added backend for weathertop2
1 parent 3c2d773 commit 76737ab

File tree

1 file changed

+3
-53
lines changed

1 file changed

+3
-53
lines changed

.tools/weathertop2/Readme.md

Lines changed: 3 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -7,58 +7,8 @@ Welcome to the Weathertop Test Runner, a comprehensive testing tool designed to
77
## Features
88

99
- **Automated Testing**: Run automated tests on AWS code examples to ensure they meet the required standards.
10-
- **Comprehensive Coverage**: Supports a wide range of AWS services and functionalities.
11-
- **Easy Integration**: Simple to integrate into your existing CI/CD pipelines.
12-
- **Detailed Reports**: Generates detailed test reports to help you identify and fix issues quickly.
13-
- **Customizable**: Allows for custom test scenarios to meet specific project needs.
10+
- **Comprehensive Coverage**: Supports a wide range of AWS SDKs.
11+
- **Detailed Reports**: Generates a Dashboard in client app to inform you of the details such as pass rate for the SDKs, the overall number of tests, and so on.
1412

1513
## Getting Started
16-
17-
### Prerequisites
18-
19-
Before you begin, ensure you have the following installed:
20-
21-
- Python 3.8 or higher
22-
- AWS CLI configured with appropriate credentials
23-
- `pip` package manager
24-
25-
### Installation
26-
27-
1. **Clone the Repository**
28-
29-
```bash
30-
git clone https://github.com/your-repo/weathertop-test-runner.git
31-
cd weathertop-test-runner
32-
```
33-
34-
2. **Create a Virtual Environment**
35-
36-
```bash
37-
python -m venv venv
38-
source venv/bin/activate # On Windows use `venv\\Scripts\\activate`
39-
```
40-
41-
3. **Install Dependencies**
42-
43-
```bash
44-
pip install -r requirements.txt
45-
```
46-
47-
### Configuration
48-
49-
Create a configuration file `config.yaml` to specify your AWS settings and test parameters. Here’s an example configuration:
50-
51-
```yaml
52-
aws:
53-
region: us-west-2
54-
profile: default
55-
56-
tests:
57-
- example_service_1:
58-
parameters:
59-
parameter1: value1
60-
parameter2: value2
61-
- example_service_2:
62-
parameters:
63-
parameterA: valueA
64-
parameterB: valueB
14+
ToDO

0 commit comments

Comments
 (0)