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.
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.