b7738ef9e4
Currently we depend on the "rules_webtesting" version that is installed by "rules_typescript//:package.bzl". This version of the webtesting rules comes with a very old version of Chromium and the `chromedriver` that does not support capturing console errors properly (with stack traces). Since we have a few e2e tests that depend on console output (e.g. playground/src/source-map), we need to make sure that these tests can pass upon Bazel migration. PR Close #28490 |
||
---|---|---|
.. | ||
e2e_test | ||
src | ||
README.md | ||
favicon.ico |
README.md
How to run the examples locally
$ cp -r ./modules/playground ./dist/all/
$ ./node_modules/.bin/tsc -p modules --emitDecoratorMetadata -w
$ gulp serve
$ open http://localhost:8000/all/playground/src/hello_world/index.html?bundles=false