aboutsummaryrefslogtreecommitdiff
path: root/testlib/selenium
AgeCommit message (Collapse)Author
2017-04-24Reorganize module loading.Florian Dold
We now use webpack instead of SystemJS, effectively bundling modules into one file (plus commons chunks) for every entry point. This results in a much smaller extension size (almost half). Furthermore we use yarn/npm even for extension run-time dependencies. This relieves us from manually vendoring and building dependencies. It's also easier to understand for new developers familiar with node.
2016-11-14improve error handling intest harnessFlorian Dold
2016-11-14add test for base url canonicalization and fix canonicalization bugFlorian Dold
2016-11-14generate coverage stubs for files that are not runFlorian Dold
2016-11-13fix text harness problem caused by restructuring (again)Florian Dold
2016-11-13fix text harness problem caused by restructuringFlorian Dold
2016-11-13test harnessFlorian Dold
2016-11-13don't instrument emscripten outputFlorian Dold
2016-11-13coverage for browser testsFlorian Dold
2016-11-13test output for the browserFlorian Dold
2016-11-13fix test harness issue with emscriptenFlorian Dold
2016-11-08remove loggingFlorian Dold
2016-11-08fixes to test harnessFlorian Dold
2016-11-03test harness for both browser and nodeFlorian Dold