---
title: "Installer E2E Tests"
description: "End-to-end tests for the Dagger bash installer script (`install.sh`). Each test runs the installer in a container and verifies the installed binary works. See `installers_test.go` for the full list of test cases."
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/readme-353
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:36:23.836Z
license: CC-BY-4.0
attribution: "Installer E2E Tests — Claudary (https://claudary.paisolsolutions.com/skills/readme-353)"
---

# Installer E2E Tests
End-to-end tests for the Dagger bash installer script (`install.sh`). Each test runs the installer in a container and verifies the installed binary works. See `installers_test.go` for the full list of test cases.

## Overview

# Installer E2E Tests

End-to-end tests for the Dagger bash installer script (`install.sh`). Each test runs the installer in a container and verifies the installed binary works. See `installers_test.go` for the full list of test cases.

## How to run

```sh
cd e2e/installers
go test
```

For pretty TUI output:

```
dagger run go test
```

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/readme-353) · https://claudary.paisolsolutions.com
