Skip to content

Commit

Permalink
refactor(test): helper_test.go as a useful example (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
canstand authored Mar 11, 2024
1 parent 24eab96 commit 7f49fdf
Show file tree
Hide file tree
Showing 3 changed files with 331 additions and 288 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ func main() {

## More examples

* Refer to [helper_test.go](./tests/helper_test.go) for End-To-End testing
* [Downloading files](./examples/download/main.go)
* [End-To-End testing a website](./examples/end-to-end-testing/main.go)
* [Executing JavaScript in the browser](./examples/javascript/main.go)
Expand Down
Loading

0 comments on commit 7f49fdf

Please sign in to comment.