Skip to content

Adds ui tool - #379

Draft
jeremy-then wants to merge 1 commit into
mainfrom
add-ui-tool
Draft

Adds ui tool#379
jeremy-then wants to merge 1 commit into
mainfrom
add-ui-tool

Conversation

@jeremy-then

@jeremy-then jeremy-then commented Apr 6, 2026

Copy link
Copy Markdown
Contributor

Proposal of a ui for the rits, to simplify running the tests, any tests, with the setup tests selected by default.
rits-ui

@jeremy-then jeremy-then self-assigned this Apr 6, 2026
@sonarqubecloud

sonarqubecloud Bot commented Apr 6, 2026

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
4 New Critical Issues (required ≤ 0)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

Comment thread test-runner-server.js
if (cached && cached.mtimeMs === stat.mtimeMs && cached.size === stat.size) {
return cached.count;
}
const fd = fs.openSync(absPath, 'r');
Comment thread test-runner-server.js
const start = Math.max(0, size - MAX_FED_TAIL);
const len = size - start;
const buf = Buffer.alloc(len);
const fd = fs.openSync(abs, 'r');
Comment thread test-runner-server.js
}
const len = size - fromByte;
const buf = Buffer.alloc(len);
const fd = fs.openSync(abs, 'r');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants