VS Code Extensions
S

sxy-test-runner status file

by RobertSandiford

Syntax highlighting for sxy-test-runner status files (.sxys)

Downloads

1

Rating

(0)

Version

0.1.2

Last updated

Aug 04, 2026

Syntax highlighting for the status file written by sxy-test-runner --status-file <file> (watch.statusFile in the config). Applies to any file ending .sxys or .sxyt-status, and to a file named sxyt-status or .sxyt-status.

1 - 2 tests failed
2026-08-03 20:14:52 +01:00
Tests: 8/10
Items: 4/5
Test Files: 1/2
Failures:
  f: tests/users.test.js
    d: creating a user
      t: rejects a duplicate email
        e: AssertionError: expected 409 to equal 200
1,204ms

The colours are sxy-test-runner's own rather than the theme's, so the file reads like the terminal whatever theme is active:

part colour
status line 0, and complete tallies (3/3) #20d970 mediumgreen
status line non-zero, short tallies (8/10), e: errors #e0444c mediumred
d: describe thing #1E90FF brightblue
f: / d: / t: / e: prefixes, tally labels #C0C0C0 lightgrey
timestamp, duration, (...) tally detail, the -1 line grey
f: file paths and t: test names your normal foreground

They ship as configurationDefaults. If you already have an editor.tokenColorCustomizations block with top-level textMateRules in settings.json, VS Code replaces these rather than merging, and the file will show no colour - copy the rules from this extension's package.json into your own block to restore them.

Related extensions