Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

show test logs in CI #157

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

show test logs in CI #157

wants to merge 2 commits into from

Conversation

mansona
Copy link
Member

@mansona mansona commented Jul 17, 2023

this will give me more confidence which tests are actually being run in CI, especially since there is a lot of "skipped" tests in the output (because of the way that vitest works)

NullVoxPopuli
NullVoxPopuli previously approved these changes Jul 17, 2023
NullVoxPopuli
NullVoxPopuli previously approved these changes Jul 17, 2023
@@ -6,16 +7,16 @@ import { matchesFixture } from './assertions.js';
import { copyFixture } from './fixtures.js';
import { createAddon, createTmp, install, runScript } from './utils.js';

const DEBUG = process.env.DEBUG === 'true';
const debugLog = debug('addon-blueprint:temp');
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

temp feels like a goofy label

simonihmig
simonihmig previously approved these changes Jul 19, 2023
import { type Options, execa } from 'execa';
import fse from 'fs-extra';
import fs from 'node:fs/promises';
import os from 'node:os';
import path from 'node:path';
import { fileURLToPath } from 'node:url';

const DEBUG = process.env.DEBUG === 'true';
const debugLog = debug('addon-blueprint:utils');
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

addon-blueprint:test-utils maybe? To not suggest users they get debug output when running the bp itself, since this is only effective when running the bp's tests...

@mansona mansona dismissed stale reviews from simonihmig and NullVoxPopuli August 8, 2023 15:16

more work to be done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants