Skip to content

Commit

Permalink
docs: link to post on testing with testcontainers (#690)
Browse files Browse the repository at this point in the history
Thanks for the great blog post @abogoyavlensky!
  • Loading branch information
lread authored Jan 25, 2025
1 parent abf66de commit da76567
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ Some companies:

Some examples usages:

* https://bogoyavlensky.com/blog/e2e-tests-in-clojure-with-testcontainers[End-to-end tests in Clojure with Etaoin and Testcontainers].
* Control a https://github.com/DaniruKun/spacex-iss-docking-sim-autopilot[SpaceX ISS Docking Simulator].
* Automatically https://github.com/babashka/book/blob/9853d7ed1d72b328e30342f546071cd450035a3f/script/watch.clj[watch/refresh] the browser when making edits to https://book.babashka.org/[Babashka book].
* Generate contributor badges for https://github.com/clj-commons/rewrite-clj#people[rewrite-clj], https://github.com/cljdoc/cljdoc#contributors[cljdoc] and https://github.com/lread/test-doc-blocks#people[test-doc-blocks] via a https://github.com/clj-commons/rewrite-clj/blob/1795a71b7f8937a1482cf63de7f8dd90579c2007/script/doc_update_readme.clj[doc-update-readme babashka task].
Expand Down
2 changes: 2 additions & 0 deletions doc/01-user-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3130,6 +3130,8 @@ At the moment, we only support Chrome and Firefox for IDE files.

== Webdriver in Docker

TIP: See also a great blog post by https://github.com/abogoyavlensky/[@abogoyavlensky] on https://bogoyavlensky.com/blog/e2e-tests-in-clojure-with-testcontainers/[End-to-end tests in Clojure with Etaoin and Testcontainers].

To work with the WebDrivers in Docker, you can take ready-made images:

Example for https://hub.docker.com/r/robcherry/docker-chromedriver/[Chrome]:
Expand Down

0 comments on commit da76567

Please sign in to comment.