Skip to content

Commit

Permalink
Updates Jasmine code references to match the new location.
Browse files Browse the repository at this point in the history
Refs #67.
  • Loading branch information
dgp1130 committed Feb 19, 2023
1 parent ded80dc commit c1c8f6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ normally be skipped by `bazel test //...`.

Most tests are run in [Jasmine](https://jasmine.github.io/) using
`jasmine_node_test()`, a
[slightly customized implementation of `@aspect_rules_jasmine`](/tools/jasmine.bzl).
[slightly customized implementation of `@aspect_rules_jasmine`](/tools/jasmine/jasmine_node_test.bzl).
These tests run in a Node Jasmine environment with no available browser (unless
they depend on WebDriverIO). The test can be executed with a simple
`bazel test //path/to/pkg:target`.
Expand All @@ -442,7 +442,7 @@ attach a debugger and start test execution.
### Debugging WebDriver tests

End-to-end tests using a real browser are done with WebDriver using
[`jasmine_web_test_suite()`](./tools/jasmine_web_test_suite.bzl).
[`jasmine_web_test_suite()`](./tools/jasmine/jasmine_web_test_suite.bzl).

When executing WebDriver tests and using `--config debug`, the browser will open
non-headless, giving you the opportunity to visually inspect the page under test
Expand Down

0 comments on commit c1c8f6d

Please sign in to comment.