Files
Kristiyan Kostadinov 0cd243d99a build: resolve CI failures
Resolves some e2e failures that only happened on CI.

(cherry picked from commit 262fba7f7d)
2026-08-14 15:22:40 +00:00
..
2026-08-14 15:22:40 +00:00
2025-12-16 14:44:19 -08:00

  • NgOptimizedImage directive testing

This folder contains a simple application that can be used as a playground for the NgOptimizedImage directive testing. You can run the following command to start the dev server:

pnpm ibazel run packages/core/test/bundling/image-directive:devserver

There is also a set of e2e tests (powered by Selenium WebDriver), which can be invoked by running:

pnpm bazel test packages/core/test/bundling/image-directive:webdriver_tests