Skip to main content

robotframework-aws

AWSLibrary is a testing library for Robot Framework that gives you the ability to use many of the AWS services in your tests. This library directly interacts with Boto 3.
Boto is the Amazon Web Services (AWS) SDK for Python. It enables Python developers to create, configure, and manage AWS services.

If there is functionality that should be included in this library please create an issue or feel free to contribute.

PyPI Last Commit License Downloads Total downloads

Keyword Documentation


This library covers the AWS services listed in the keywords:

Documentation of keywords

Pypi


Installation and use

Install the package

pip install robotframework-aws

Update the package

pip install robotframework-aws --upgrade

Creating a Test Case

When creating a test case, start by creating an AWS session for your test and end by deleting it.

*** Settings ***
Library  AWSLibrary


*** Variables ***
${REGION}    eu-west-1
${BUCKET}    some-bucket-name


*** Test Cases ***
Test Case
    [Setup]    Create Session With Keys    ${REGION}    %{AWS_USER_NAME}    %{AWS_USER_PASS}
    S3 Upload File    ${BUCKET}    new_file.json    ${CURDIR}/local_file.json
    S3 Key Should Exist    ${BUCKET}    new_file.json
    S3 Key Should Not Exist    ${BUCKET}    local_file.json
    ${file_inside_folder}    S3 List Objects    ${BUCKET}    folder_name
    Log List   ${file_inside_folder}
    S3 Download File    ${BUCKET}    new_file.json    ${CURDIR}/new_local_file.json
    S3 Delete File    ${BUCKET}    new_file.json
    [Teardown]    Delete All Sessions

Attention Contributors

Contribution guidelines for this project

Release files for robotframework-aws 1.0.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for robotframework-aws 1.0.0
File Size Uploaded
robotframework-aws-1.0.0.tar.gz 14.4 kB Details

Release files / robotframework-aws-1.0.0.tar.gz

Download URL robotframework-aws-1.0.0.tar.gz
Size 14.4 kB
Tags Source
SHA-256 checksum
How to use checksums
541814a54bc9249b9541ec797ea6a7aae284a1048888b8e647659306c8573c75
BLAKE2b-256 checksum
How to use checksums
920cdba8505295c7629b84d0963a58fc830aae11c50fd0a3d3ab5def7920b7c9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.9.13

Release history Release notifications | RSS feed

This release

1.0.0 This release

1 release file

0.2.0

1 release file

0.1.0

1 release file

0.0.4

2 release files

0.0.3

2 release files

0.0.2

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page