castwright 0.0.8

🎥 Scripted terminal recording.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Tests

This directory contains tests for the project.

## Input-Output tests, without execution

- [`input`]./input/: Input files.
- [`output`]./output/: Expected output files.

## Success or failure tests, with execution

> [!NOTE]
> These tests are only tested on linux, since they use the `bash` shell and symbolic links.

- [`success`]./success/: Input files that should execute successfully.
- [`failure`]./failure/: Input files that should fail to execute.