Overview
-
Architecture
The architecture of the GobletQA Platform is designed to provide a robust and secure environment for creating and executing tests or automation.
-
Git Provider
Git cloud providers integrated into the platform providing authentication and access to users repositories
-
Mounted Repo
After authentication, users can select a repository and branch they want to work with. They can choose from their existing repositories or create new ones directly within the GobletQA Platform.
-
Conductor
Critical micro-service that sits between the proxy and session container. It acts as an intermediary between the two; managing the lifecycle of session container relative to a users active session.
-
Session Container Creation
Once a repository and branch are selected, the GobletQA Platform creates a session container, a short-lived virtual machine in the cloud. The container is tied to the user's active session and is responsible for executing tests and automation.
-
Goblet Folder
Thegoblet
folder serves as a container for organizing and managing the files and resources related to your testing and automation workflows.
-
Artifacts
Artifacts are files generated during the execution of tests and automation. They provide insights, documentation, and evidence to what occured durring execution.