summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2025-09-19Optimize PNG images losslessly: 73 → 51 KiB (−30%)maximal
2025-07-11ci: add shellcheck linting for shell scriptsBryan Lee
Add shellcheck to CI pipeline to ensure shell scripts follow best practices and catch common errors. Fix existing shellcheck warnings in test scripts to pass the new linting requirements.
2023-09-28lint all Md filesPatrick Fong
2022-07-25test: update test cases from the setCursorPosition off-by-one fixMitchell Hashimoto
2022-07-25test: add wraptestMitchell Hashimoto
2022-07-24test: run-all runs in parallelMitchell Hashimoto
2022-07-24test cases update since deccolm implementedMitchell Hashimoto
2022-07-24support DECCOLMMitchell Hashimoto
This gets vttest page 1 and page 2 now FULL passing. We now crash on page 3. This is a lingering bug in our grid code though and we need to find it anyways so we'll keep the crash in.
2022-07-24erase line left should include cursor positionMitchell Hashimoto
2022-07-24count = 0 implies 1 for all cursor movement, fixes one line of vttestMitchell Hashimoto
2022-07-22move test log up so it shows up on failMitchell Hashimoto
2022-07-22test: use larger dimensions to avoid some crashMitchell Hashimoto
2022-07-22test: sort tests prior to runningMitchell Hashimoto
2022-07-22test: colorize outputMitchell Hashimoto
2022-07-22xterm test casesMitchell Hashimoto
2022-07-22update alacritty test casesMitchell Hashimoto
2022-07-22add all vttest screen 1sMitchell Hashimoto
2022-07-21add --font-size flag for font size in pixelsMitchell Hashimoto
2022-07-21test: run-all.sh, hide i3bar for compareMitchell Hashimoto
2022-07-21test: switch to Ubuntu for nowMitchell Hashimoto
We can't use Alpine because we can't yet compile for musl.
2022-07-21test: start preparing to run ourselfs in the harnessMitchell Hashimoto
2022-07-21remove unusedMitchell Hashimoto
2022-07-21image outputs now contain the terminal nameMitchell Hashimoto
2022-07-21test: fix vttest/1_1Mitchell Hashimoto
2022-07-21test: vttest-1-1Mitchell Hashimoto
2022-07-21test: compare the results and errorMitchell Hashimoto
2022-07-21test: run.sh also does compareMitchell Hashimoto
2022-07-21test: run from hostMitchell Hashimoto
2022-07-21Build vttest, improve runnerMitchell Hashimoto
2022-07-21start dockerfile and script for running a terminal and screenshotting itMitchell Hashimoto