webpack/test
Tobias Koppers 6d0923effb
Merge pull request #6200 from webpack/feature/output-global-object
add output.globalObject configuration option
2018-01-02 14:13:12 +01:00
..
benchmarkCases readd missing space 2017-12-23 08:11:28 +01:00
browsertest Enable minimizing in production mode 2017-12-14 00:06:56 +01:00
cases fix support for patterns in for in/of statements 2018-01-01 10:48:56 +01:00
configCases `-!` keeps post loader instead of pre loader 2017-12-30 19:34:14 +01:00
fixtures chore: remove temp files 2017-05-29 13:49:35 -05:00
helpers Improve `PluginEnvironment` helper to support tapable's hooks 2017-12-06 15:12:41 +01:00
hotCases Add mode option and choose defaults depending on mode 2017-11-24 08:17:17 +01:00
hotPlayground code linting 2017-01-11 12:29:01 +01:00
statsCases add output.globalObject configuration option 2017-12-27 18:46:37 +01:00
watchCases replace harmonyModule flag with exportsType 3-state 2017-12-22 19:42:41 +01:00
BenchmarkTestCases.benchmark.js fix linting errors 2017-11-15 14:08:11 +01:00
CachePlugin.unittest.js Cleanup: don't check plugins for apply function in tests, schema does the check for this. 2017-12-23 09:28:00 +01:00
CaseSensitiveModulesWarning.unittest.js fix linting errors 2017-11-15 14:08:11 +01:00
Chunk.unittest.js Don't use deprecate APIs in unit tests 2017-12-22 20:17:53 +01:00
Compiler-caching.test.js Use hooks in test cases 2017-12-21 07:17:27 +01:00
Compiler.test.js Merge pull request #6217 from ooflorent/move_watching 2018-01-02 09:37:50 +01:00
ConfigTestCases.test.js better error reporting in config cases 2017-11-27 15:04:53 +01:00
ContextModuleFactory.unittest.js Merge branch 'master' into next 2017-10-19 21:31:35 +02:00
DelegatedModule.unittest.js separate integration and unit tests, use codecov flags 2017-10-19 17:35:20 +02:00
DependenciesBlockVariable.unittest.js separate integration and unit tests, use codecov flags 2017-10-19 17:35:20 +02:00
Errors.test.js Add mode option and choose defaults depending on mode 2017-11-24 08:17:17 +01:00
Examples.test.js allow to filter examples in test suite 2017-12-21 08:51:07 +01:00
ExternalModule.unittest.js add output.globalObject configuration option 2017-12-27 18:46:37 +01:00
HarmonyExportImportedSpecifierDependency.unittest.js separate integration and unit tests, use codecov flags 2017-10-19 17:35:20 +02:00
HotModuleReplacementPlugin.test.js fix linting errors 2017-11-15 14:08:11 +01:00
HotTestCases.test.js Add mode option and choose defaults depending on mode 2017-11-24 08:17:17 +01:00
Integration.test.js Use hooks in test cases 2017-12-21 07:17:27 +01:00
LocalModulesHelpers.unittest.js separate integration and unit tests, use codecov flags 2017-10-19 17:35:20 +02:00
ModuleDependencyError.unittest.js fix linting errors 2017-11-15 14:08:11 +01:00
ModuleReason.unittest.js Don't use deprecate APIs in unit tests 2017-12-22 20:17:53 +01:00
MultiCompiler.test.js Forward run and watchRun calls when using MultiCompiler 2017-12-29 17:25:25 +01:00
MultiStats.unittest.js fix linting errors 2017-11-15 14:08:11 +01:00
MultiWatching.unittest.js migrate missed watchClose hook 2017-11-28 16:23:43 +01:00
NodeTemplatePlugin.test.js Enable minimizing in production mode 2017-12-14 00:06:56 +01:00
NodeWatchFileSystem.unittest.js fix beautify issue 2017-11-16 13:18:10 +01:00
NormalModule.unittest.js linting, unittests 2017-12-12 21:21:02 +01:00
NullDependency.unittest.js remove outdated unittest 2017-11-19 09:13:26 +01:00
Parser.unittest.js Make walk/prewalk calls static 2017-12-31 18:09:26 +01:00
README.md fix typo, ‘exapmles’ to ‘examples’ in test/README.md 2017-06-30 15:37:47 -04:00
RawModule.unittest.js separate integration and unit tests, use codecov flags 2017-10-19 17:35:20 +02:00
RuleSet.unittest.js fix linting errors 2017-11-15 14:08:11 +01:00
Schemas.lint.js Merge branch 'master' into next 2017-11-20 20:18:03 +01:00
SizeFormatHelpers.unittest.js Rename SizeFormatHelpers.test.js to SizeFormatHelpers.unittest.js 2017-10-19 19:47:49 +02:00
SortableSet.unittest.js separate integration and unit tests, use codecov flags 2017-10-19 17:35:20 +02:00
SourceMapDevToolModuleOptionsPlugin.unittest.js Cleanup: don't check plugins for apply function in tests, schema does the check for this. 2017-12-23 09:28:00 +01:00
Stats.test.js `-!` keeps post loader instead of pre loader 2017-12-30 19:34:14 +01:00
Stats.unittest.js Only create one RequestShortener per Compiler 2017-12-04 12:23:42 +01:00
StatsTestCases.test.js Replace deprecated Tapable#apply by Plugin#apply 2017-12-20 11:53:56 +01:00
Template.unittest.js fix linting errors 2017-11-15 14:08:11 +01:00
TestCases.test.js Use hooks in test cases 2017-12-21 07:17:27 +01:00
Validation.test.js Merge branch 'master' into next 2017-12-29 11:17:10 +01:00
WatchDetection.test.js Merge pull request #6165 from ooflorent/watch_flag 2017-12-21 09:31:38 +01:00
WatchTestCases.test.js Merge pull request #6165 from ooflorent/watch_flag 2017-12-21 09:31:38 +01:00
WatcherEvents.test.js Merge pull request #6165 from ooflorent/watch_flag 2017-12-21 09:31:38 +01:00
WebEnvironmentPlugin.unittest.js separate integration and unit tests, use codecov flags 2017-10-19 17:35:20 +02:00
WebpackError.unittest.js fix linting errors 2017-11-15 14:08:11 +01:00
WebpackMissingModule.unittest.js fix linting errors 2017-11-15 14:08:11 +01:00
checkArrayExpectation.js fix linting errors 2017-11-15 14:08:11 +01:00
compareLocations.unittest.js fix linting errors 2017-11-15 14:08:11 +01:00
formatLocation.unittest.js fix linting errors 2017-11-15 14:08:11 +01:00
identifier.unittest.js fix linting errors 2017-11-15 14:08:11 +01:00
lint-mocha.opts add linting for schemas 2017-11-16 13:15:15 +01:00
mocha.opts Mark Base64 as global in mocha 2017-12-19 15:52:38 +01:00

README.md

Welcome to the webpack test suite!!!!

Every pull request that you submit to webpack (besides README and spelling corrections in comments) requires tests that are created.

But don't give up hope!!! Although our tests may appear complex and overwhelming, once you become familiar with the test suite and structure, adding and creating tests will be fun and beneficial as you work inside the codebase! ❤

tl;dr

  • Clone repo

  • install and link deps

    • yarn install && yarn link && yarn link webpack
    • yarn test
  • To run an individual suite: (recommended during development for easier isolated diffs)

Example: $(npm bin)/mocha --grep ConfigTestCases

Test suite overview

We use MochaJS for our tests. For more information on Mocha you can visit their homepage!

Class Tests

All test files can be found in *.test.js. There are many tests that simply test API's of a specific class/file (such as Compiler, Errors, Integration, Parser, RuleSet, Validation). If the feature you are contributing involves one of those classes, then best to start there to understand the structure.

xCases

In addition to Class specific tests, there are also directories that end in "Cases". The suites for these cases also have corresponding *.test.js files.

cases (TestCases.test.js) 1

Cases are a set of general purpose tests that will run against a variety of permutations of webpack configurations. When you are making a general purpose change that doesn't require you to have a special configuration, you would likely add your tests here. Inside of the ./test/cases directory you will find tests are broken into thematic sub directories. Take a moment to explore the different options.

To add a new case, create a new directory inside of the top level test groups, and then add an index.js file (and any other supporting files).

By default this file will be the entry point for the test suite and you can add your it()'s there. This will also become bundled so that node env support happens as well.

configCases (ConfigTestCases.test.js) 1

If you are trying to solve a bug which is reproducible when x and y properties are used together in a config, then configCases is the place to be!!!!

In addition to an index.js, these configCases require a webpack.config.js is located inside of your test suite. This will run this specific config through webpack just as you were building individually. They will use the same loading/bundling technique of your it() tests, however you now have a more specific config use cases that you can write even before you start coding.

statsCases (Stats.test.js)

Stats cases are similar to configCases except specifically focusing on the expected output of your stats. Instead of writing to the console, however the output of stats will be written to disk.

By default, the "expected" outcome is a pain to write by hand so instead when statsCases are run the following happens:

  • Checks for expected.txt file containing expected results.
  • If the expected.txt doesn't match what is output, then an actual.txt stats output file will be created and the test will fail. (A typical workflow for stats cases is to fail the test and copy the results from actual.txt to expected.txt.)
  • If the actual output matches expected.txt, the tests passes and you are free to submit that PR with pride!!!

Questions? Comments?

If you are still nervous or don't quite understand, please submit an issue and tag us in it, and provide a relevant PR while working on!

Footnotes

1 webpack's parser supports the use of ES2015 features like arrow functions, harmony exports, etc. However as a library we follow NodeJS's timeline for dropping older versions of node. Because of this we expect your tests on Travis to pass all the way back to NodeJS v0.12; Therefore if you would like specific tests that use these features to be ignored if they are not supported, then you should add a test.filter.js file. This allows you to import the syntax needed for that test, meanwhile ignoring it on node versions (during CI) that don't support it. webpack has a variety of helpful examples you can refer to if you are just starting out. See the ./helpers folder to find a list of the versions.