Adrian Yorke
Adrian Yorke
Load JSON file as Python dictionary and demonstrate how to query the data content.
For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
The cookbook recipes are all using 'Force Tags' which is now deprecated since RF Version 6.0. Update recipes to use 'Test Tags'. Robocopy is scanning our recipes each time a...
Demonstrate how faker library allows easy use of Faker's random test data generation in Robot Framework. More information: https://github.com/guykisel/robotframework-faker
Feature request: I have a requirement to encrypt our data files when they are moved to archive. It would be really helpful if this library could implement keywords for encrypting...
"Amazon Web Services (AWS) offers a service known as Identity and Access Management (IAM) that lets AWS Administrators provision and manage users and permissions in AWS cloud. AWS IAM can...
The client.head_object() call needs to be inside the try block so we trap any errors and handle them appropriately. If the key exists it will just drop through and return...
`Create Session With Keys` keyword returns success even if you provide an incorrect region, e.g. us-east-999 or incorrect access key and/or secret key.
I would like to connect to an existing S3 bucket and list the keys (files). This will then drive further test cases on a key-by-key basis as we fetch files...