Skip to content

Commit

Permalink
Clean up the behavior tests (#5365)
Browse files Browse the repository at this point in the history
* 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 dependency

* Disable timeout and rely on Jest

* Only use 2 jest workers

* Add missing dependency
  • Loading branch information
Timer authored Oct 10, 2018
1 parent 04735de commit 5fecfee
Show file tree
Hide file tree
Showing 70 changed files with 547 additions and 584 deletions.

This file was deleted.

56 changes: 0 additions & 56 deletions fixtures/browser/graphql-with-mjs/index.test.js

This file was deleted.

7 changes: 0 additions & 7 deletions fixtures/browser/jest.config.js

This file was deleted.

9 changes: 0 additions & 9 deletions fixtures/browser/setupBrowserTests.js

This file was deleted.

5 changes: 0 additions & 5 deletions fixtures/output/jest.config.js

This file was deleted.

6 changes: 0 additions & 6 deletions fixtures/output/setupOutputTests.js

This file was deleted.

157 changes: 0 additions & 157 deletions fixtures/output/webpack-message-formatting/index.test.js

This file was deleted.

9 changes: 0 additions & 9 deletions fixtures/output/webpack-message-formatting/public/index.html

This file was deleted.

17 changes: 0 additions & 17 deletions fixtures/smoke/boostrap-sass/index.test.js

This file was deleted.

9 changes: 0 additions & 9 deletions fixtures/smoke/boostrap-sass/public/index.html

This file was deleted.

17 changes: 0 additions & 17 deletions fixtures/smoke/builds-with-multiple-runtimes/index.test.js

This file was deleted.

This file was deleted.

13 changes: 0 additions & 13 deletions fixtures/smoke/issue-5176-flow-class-properties/index.test.js

This file was deleted.

This file was deleted.

37 changes: 0 additions & 37 deletions fixtures/smoke/relative-paths/index.test.js

This file was deleted.

9 changes: 0 additions & 9 deletions fixtures/smoke/relative-paths/public/index.html

This file was deleted.

Loading

0 comments on commit 5fecfee

Please sign in to comment.