Skip to content

Commit

Permalink
Broken link in tests.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nbrendah authored and clebertsuconic committed Nov 29, 2021
1 parent f2ab5f7 commit ff0e971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hacking-guide/en/tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ which eliminates all the setup and class variables which are provided by `Single
## Writing Web Tests

The broker has a web console based on [hawtio](https://github.com/hawtio/hawtio) and the `smoke-tests` are used to test it.
For instance, the [ConsoleTest](https://github.com/apache/activemq-artemis/blob/master/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/dnsswitch/ConsoleTest.java)
For instance, the [ConsoleTest](https://github.com/apache/activemq-artemis/blob/main/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/console/ConsoleTest.java)
checks the web console using the [selenium framework](https://github.com/SeleniumHQ/selenium).
The tests can be executed using the local browsers or the [webdriver testcontainers](https://www.testcontainers.org/modules/webdriver_containers).
To use your local Google Chrome browser download the [WebDriver for Chrome](https://chromedriver.chromium.org/) and set
Expand Down

0 comments on commit ff0e971

Please sign in to comment.