Skip to main content

A python package to create test cases for AWS services using Robot Framework

Project description

robotframework-awslibrary

robotframework-awslibrary é uma biblioteca Python para criar casos de teste para serviços da AWS usando o Robot Framework.

Instalação

Para instalar a biblioteca, você pode usar o pip:

pip install robotframework-awslibrary

Requisitos

Python 3.10+

Robot Framework 7.1.1+ Boto3 1.35.62+ Robot Framework PythonLibCore 4.4.1+

Uso

Para usar a biblioteca em seus testes do Robot Framework, você pode importar a biblioteca no seu arquivo .robot:

*** Settings ***
Library    AWSLibrary

*** Test Cases ***
Create a S3 bucket
    ${bucket_name}    S3 create bucket    test-robotframework-s3-bucket
    Should Be Equal As Strings    test-robotframework-s3-bucket    ${bucket_name}

Delete a S3 bucket
    S3 delete bucket    test-robotframework-s3-bucket

Verify a S3 bucket exists
    S3 create bucket    test-robotframework-s3-bucket
    S3 Should Exists    test-robotframework-s3-bucket
    S3 delete bucket    test-robotframework-s3-bucket

Put a Object in a S3 bucket
    S3 create bucket    test-robotframework-s3-bucket
    S3 put object    test-robotframework-s3-bucket    test-robotframework-s3-object

Contribuição

Contribuições são bem-vindas! Sinta-se à vontade para abrir issues e pull requests.

Licença

Este projeto está licenciado sob a licença MIT. Veja o arquivo LICENSE para mais detalhes.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

robotframework-awslibrary-0.0.1.tar.gz (3.4 kB view details)

Uploaded Source

File details

Details for the file robotframework-awslibrary-0.0.1.tar.gz.

File metadata

File hashes

Hashes for robotframework-awslibrary-0.0.1.tar.gz
Algorithm Hash digest
SHA256 7fd28d434c750808c4de7224f394c42ba7c4df9df2cffe7b7758ce341199ec7d
MD5 808c2d4d5bda818e0cb58382ee146236
BLAKE2b-256 f5fd7302f6f8bcfcec03548b383885e2e2f4acc54fadd900bbfab0061fd8de5a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page