You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.
Most continuous integration tools have static logs meaning when postcss-tape runs in them, you will end up with multiple log calls per test.
Example
⠋ postcss-system-monospace should support basic usage✔ postcss-system-monospace should support basic usage
⠋ postcss-system-monospace should support being used with custom properties✔ postcss-system-monospace should support being used with custom properties
Suggestion
A nice to have would be the ability to set a ci flag to disable wait from being called. So if postcss-tape --ci was run, the above example would become:
✔ postcss-system-monospace should support basic usage
✔ postcss-system-monospace should support being used with custom properties
Let me know if this sounds like a good idea and I can help implement.
The text was updated successfully, but these errors were encountered:
Most continuous integration tools have static logs meaning when postcss-tape runs in them, you will end up with multiple log calls per test.
Example
Suggestion
A nice to have would be the ability to set a
ci
flag to disablewait
from being called. So ifpostcss-tape --ci
was run, the above example would become:Let me know if this sounds like a good idea and I can help implement.
The text was updated successfully, but these errors were encountered: