Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tingerrr/tytanic
A test runner for typst projects.
https://github.com/tingerrr/tytanic
regression-testing testing typst
Last synced: 12 days ago
JSON representation
A test runner for typst projects.
- Host: GitHub
- URL: https://github.com/tingerrr/tytanic
- Owner: tingerrr
- License: mit
- Created: 2024-01-01T19:18:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-26T14:10:25.000Z (17 days ago)
- Last Synced: 2025-01-26T14:28:17.129Z (17 days ago)
- Topics: regression-testing, testing, typst
- Language: Rust
- Homepage: https://tingerrr.github.io/typst-test/
- Size: 767 KB
- Stars: 33
- Watchers: 1
- Forks: 4
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Tytanic
`tytanic` is a test runner for [Typst] projects.
It helps you worry less about regressions and speeds up your development.## Features
Out of the box `tytanic` supports the following features:
- compile and compare tests
- manage regression tests of various types
- manage and update reference documents when tests change
- filter tests effectively for concise test runs[![An asciicast showing tytanic running the full cetz test suite.][demo-thumb]][demo]
## Stability & Typst version
`tytanic` currently targets Typst `0.12.0` only, the CLI will remain stable across patch versions, but may change across.## Documentation
To see how to get started with `tytanic`, check out the [book].## Contribution
[CONTRIBUTING.md][contrib] contains some guidelines for contributing.## Changelog
The changelog can be found [here][changelog].[contrib]: ./CONTRIBUTING.md
[changelog]: ./CHANGELOG.md[workaround]: https://tingerrr.github.io/tytanic/guides/watching.html
[Typst]: https://typst.app
[book]: https://tingerrr.github.io/tytanic/index.html[demo-thumb]: https://asciinema.org/a/rW9HGUBbtBnmkSddgbKb7hRlI.svg
[demo]: https://asciinema.org/a/rW9HGUBbtBnmkSddgbKb7hRlI