Skip to content

Files

e2e

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 20, 2025
Mar 24, 2025
Mar 24, 2025
Apr 7, 2025
Apr 28, 2025
Nov 11, 2024
Jan 22, 2023
Apr 28, 2025
Feb 9, 2023

e2e tests

We try to standardize how we build, bundle and publish each plugin. To verify that we are doing this correctly for the ecosystem as a whole we have a set of e2e tests.

Things we currently verify :

  • can we use plugins with postcss-loader?
  • can we bundle plugins with webpack and use them in a browser?
  • can we use TypeScript and import/run plugins?
  • can we use plugins with postcss-cli?

We want to be sure that any give change is safe for as many users as possible.

Contributions are welcome.