gotests
selenoid
Our great sponsors
gotests | selenoid | |
---|---|---|
9 | 4 | |
4,425 | 2,294 | |
- | 0.8% | |
0.0 | 5.9 | |
about 1 month ago | 3 months ago | |
Go | Go | |
Apache License 2.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
gotests
-
[gopher.nvim] Plugin for golang development
What can do this plugin? - Modify struct tags. - Run go get, go mod & go generate commands inside of nvim. - Implement interface by impl. - Generate tests by gotests. - Install required tools for plugin working(by go install).
-
Take on a better unit test style
Did you encounter gotests when you were doing your research? It's a table test generation tool that generates test code using t.Run(). I do wish it could generate tests using testify, because I frequently end up rewriting the code in the inner loop, but I still use it because it's better than I am about ensuring there's a test for all functions I write.
-
Patterns for unit testing in Go?
I use https://github.com/cweill/gotests to generate the test scaffolding.
- Share your must-know Go development tips
- ¿Como estructurar tu aplicación en Go?
-
Learn Go in ~5mins
You can save yourself a minute and generate the test case boilerplate for your with https://github.com/cweill/gotests :)
selenoid
-
Thoughts on Go headless browser tools for testing and scraping?
On a related note, there's selenoid used for launching browsers in docker containers: https://github.com/aerokube/selenoid
- Is there a way to run a browser through Synology?
- What's the best way to spin up a remote desktop system for web browsing?
What are some alternatives?
Zalenium - A flexible and scalable container based Selenium Grid with video recording, live preview, basic auth & dashboard.
ggr - A lightweight load balancer used to create big Selenium clusters
ginkgo - A Modern Testing Framework for Go
gomock - GoMock is a mocking framework for the Go programming language.
Eclipse Che - The Kubernetes-Native IDE for Developer Teams
go-fuzz - Randomized testing for Go
go-sqlmock - Sql mock driver for golang to test database interactions
httpexpect - End-to-end HTTP and REST API testing for Go.
realize - Realize is the #1 Golang Task Runner which enhance your workflow by automating the most common tasks and using the best performing Golang live reloading.
chromedp - A faster, simpler way to drive browsers supporting the Chrome DevTools Protocol.
Mmock - Mmock is an HTTP mocking application for testing and fast prototyping
prettybenchcmp - cmd tool for automatic storage and comparison of benchmarks results