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

Add ability to disable wait for continuous integration tools #8

@philipbordallo

Description

@philipbordallo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions