Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: write pre-rendered univeral html file to bazel bin dir
Server side rendered kitchen sync app was written inside the test sandbox execution directory, which is deleted after test execution when the is executed without `--sandbox_debug` option thus we couldn't retrieve the `index-prendered.html` file using the command `echo $(bazel info bazel-bin)/src/universal-app/index-prerendered.html`
- Loading branch information