Skip to content

This repository contains Selenium tests written in Java, complete with report and log generation. It is configured to use Azure Blob Storage through the BlobServiceClient dependency.

Notifications You must be signed in to change notification settings

NashTech-Labs/Selenium_with_Azure_Blob_Storage_Integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Selenium with Azure Blob Storage Integration

This project publishes Selenium test artifacts to an Azure Blob Storage account.

Prerequisites

Before running the tests locally, you need to set up the following:

  • Container Name: Your Azure Blob Storage container name.
  • Account Name: Your Azure Blob Storage account name.
  • Secret Key: Your Azure Blob Storage secret key.

Running Tests Locally

  1. Set the secret key in your environment:
    export MY_SECRET_KEY="<Set The Key Here.>"
  2. Run the tests using Maven:
      mvn test

About

This repository contains Selenium tests written in Java, complete with report and log generation. It is configured to use Azure Blob Storage through the BlobServiceClient dependency.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published