Clean up the behavior tests (#5365)
* Speed up installs with pnp * Move to a better relative path test * Continue work on new test organization * Move mjs test to new enhanced tests * Move over last legacy test * Update behavior e2e script * Add first iteration of instructions to test readme * Add some more bad instructions * Split test command into multiple lines * Use two workers (do not run in band) * Bump install timeout * No global pollution * Fix PnP support via standard run mechanism * Prevent circular serve command * Silent yarn execs * Fix common commands by using a shell * Run with npx instead of Yarn * Remove unused scripts * Wait for localhost and fix script booting with PnP * Don't pnp locally because links will cause module resolution to whine * lint-staged is annoying * Strip Yarn out of execa runs * Set default license if none specified * Don't impose worker limit * Disable pnp for webpack messages * Add missing dep...
Showing
+5 -571
fixtures/browser/jest.config.js
deleted
100644 → 0
fixtures/output/jest.config.js
deleted
100644 → 0
fixtures/output/setupOutputTests.js
deleted
100644 → 0
fixtures/smoke/setupSmokeTests.js
deleted
100644 → 0
fixtures/utils.js
deleted
100644 → 0
... | ... | @@ -19,7 +19,6 @@ |
"compile:lockfile": "node tasks/compile-lockfile.js" | ||
}, | ||
"devDependencies": { | ||
"async-sema": "^2.1.3", | ||
"eslint": "5.6.0", | ||
"execa": "1.0.0", | ||
"fs-extra": "^7.0.0", | ||
... | ... | @@ -36,7 +35,8 @@ |
"puppeteer": "^1.8.0", | ||
"strip-ansi": "^4.0.0", | ||
"svg-term-cli": "^2.1.1", | ||
"tempy": "^0.2.1" | ||
"tempy": "^0.2.1", | ||
"wait-for-localhost": "2.0.1" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
... | ... |
Please register or sign in to comment