Skip to content

Commit 1ce4f51

Browse files
authored
add e2e tests for postcss-cli (#797)
* add e2e tests for postcss-cli * add readme for e2e
1 parent 52d9df9 commit 1ce4f51

17 files changed

+1007
-923
lines changed

e2e/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# e2e tests
2+
3+
We try to standardize how we build, bundle and publish each plugin.
4+
To verify that we are doing this correctly for the ecosystem as a whole we have a set of e2e tests.
5+
6+
Things we currently verify :
7+
- can we use plugins with `postcss-loader`?
8+
- can we bundle plugins with `webpack` and use them in a browser?
9+
- can we use TypeScript and import/run plugins?
10+
- can we use plugins with `postcss-cli`?
11+
12+
We want to be sure that any give change is safe for as many users as possible.
13+
14+
_Contributions are welcome._

0 commit comments

Comments
 (0)