Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Add ability to disable wait for continuous integration tools #8

Open
philipbordallo opened this issue Sep 5, 2021 · 1 comment
Open

Comments

@philipbordallo
Copy link
Contributor

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.

@romainmenke
Copy link
Member

Hi @philipbordallo,

I am not sure if you are still using this tool but you might be interested in its successor : https://github.com/csstools/postcss-plugins/tree/main/packages/postcss-tape#postcss-tape

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

No branches or pull requests

2 participants