Skip to content

testem todo reporting issues example#13

Closed
jembezmamy wants to merge 1 commit intomasterfrom
poc-todo
Closed

testem todo reporting issues example#13
jembezmamy wants to merge 1 commit intomasterfrom
poc-todo

Conversation

@jembezmamy
Copy link
Collaborator

This branch demonstrates issues with testem todo reporting.

  1. npm exec qunit
    a. ❌ Does not run Firefox
    b. ✅ Reports correctly 1 todo and 1 fail
  2. testem ci
    a. ✅ Reports correctly 1 todo and 1 fail from the Firefox launcher
    b. ❌ Reports incorrectly 2 fails from the qunit launcher
  3. testem ci with protocol: "process" in testem.json:
    a. ✅ Reports correctly 1 todo and 1 fail from the Firefox launcher
    b. ⚠️ Reports partially correct 1 fail from the qunit launcher. Logs are not readable

@jembezmamy
Copy link
Collaborator Author

It seems to me that after adding the TODO support on testem todo is correctly reported for the browser launchers, but not for the process launcher with TAP reporter

@mrloop
Copy link
Owner

mrloop commented Nov 3, 2024

Fixed in #253978fbcfea23f202521ab82c1205ca7c488967 by only running browser smoke test with testem.

@mrloop mrloop closed this Nov 3, 2024
@mrloop mrloop added the bug Something isn't working label Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants