• Stars
    star
    134
  • Rank 261,705 (Top 6 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created about 1 year ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Automatic test runs for Go projects

Gokiburi: Automatic Test Runs for Go Projects

License: MIT Go Report: A+ Backend build status Frontend build status Status: Beta Download count



Pictogram of a person shocked by seeing a cockroach on the ground



Gokiburi is a powerful and user-friendly testing tool designed to enhance the developer experience in Go projects. It automatically runs tests in real-time by monitoring file changes, ensuring that your code remains robust and reliable throughout the development process. With Gokiburi, you can focus on writing code while it takes care of running tests and keeping you informed about your project's health.

Highlights

  • Real-time monitoring: Gokiburi keeps an eye on your Go project files and automatically triggers tests for the package where the file belongs as soon as a change is detected.
  • Sleek web UI: Easily monitor and sift through test results using Gokiburi's intuitive web interface. Gain insights into your project's code coverage and quickly identify areas that need improvement.
  • Configurable notifications: Stay informed about your project's health with customizable browser and sound notifications. Gokiburi will promptly notify you if something isnโ€™t right, allowing you to fix the issue faster and more efficiently.

Usage

Note
Gokiburi is currently a work in progress and should be regarded as beta software. Although I've been using it personally without any major problems, it may still contain bugs and quirks. If you encounter any issues or odd behavior, please don't hesitate to create a new issue.

Begin using Gokiburi with these steps:

  1. Head to your Go project's root directory in a terminal.
  2. Launch Gokiburi by entering the gokiburi command:
~/src/github.com/example/project $ gokiburi

Gokiburi will keep an eye on directories, monitoring for any changes in .go source files. When a modification or new file is detected, Gokiburi automatically runs tests for the package specified in the affected file.

You can, of course, use Gokiburi as a basic test runner and monitor the results on your terminal. However, its true potential shines when utilizing the web UI, which is accessible by default at [http://localhost:9393/].

The web UI offers a comprehensive view of all test results, complete with search and filter capabilities. This allows you to focus on the specific results you're interested in:

Gokiburi web UI

By clicking the gear icon button, you can access Gokiburi's web UI settings. Here, among other options, you can activate sound and browser notifications. This way, you'll be instantly alerted when something goes wrong, even when you're busy in your editor:

Gokiburi web UI settings

Gokiburi runs tests with code coverage by default. When you click the coverage button for a package, it opens the coverage report view. This helps you effortlessly pinpoint parts of your code with robust coverage, as well as areas that could use improvement:

Gokiburi coverage report

Installation

Homebrew

You can easily install Gokiburi using Homebrew by entering the following commands in the terminal:

~$ brew tap michenriksen/gokiburi
~$ brew install gokiburi

Pre-built binaries

Download a pre-built binary for your system from Releases and place it in a directory included in your $PATH settings.

For macOS users: You might encounter a situation where the binary is blocked by macOS Gatekeeper. Check the release description for a solution to this issue.

From source

You can also install Gokiburi from its source code. However, a basic go install command will not suffice, as the web UI assets must be constructed. To install from source, ensure you have Node.js installed and follow these steps:

  1. Clone repository and navigate to the project in a terminal
  2. Inside the web/app directory, run npm install to install frontend dependencies
  3. In the project root, run make build to build web UI assets and binary
  4. Alternatively, run make build-fe and run the code with go run main.go

More Repositories

1

gitrob

Reconnaissance tool for GitHub organizations
Go
5,815
star
2

aquatone

A Tool for Domain Flyovers
Go
5,439
star
3

css3buttons

Simple CSS3 framework for creating GitHub-style buttons
CSS
688
star
4

drawio-threatmodeling

Draw.io libraries for threat modeling diagrams
633
star
5

birdwatcher

Data analysis and OSINT framework for Twitter
Ruby
410
star
6

searchpass

A simple tool for offline searching of default credentials for network devices, web applications and more.
Ruby
165
star
7

bucketlist

Amazon S3 bucket spelunking!
HTML
83
star
8

hibp

A simple tool to check a bunch of email addresses against the Have I Been Pwned API.
Ruby
64
star
9

maltego

Custom Maltego transforms
Python
60
star
10

diceware

Generate secure passphrases with the Diceware method
JavaScript
60
star
11

hackpad

A web application hacker's toolbox. Base64 encoding/decoding, URL encoding/decoding, MD5/SHA1/SHA256/HMAC hashing, code deobfuscation, formatting, highlighting and much more.
JavaScript
49
star
12

nmap-scripts

A collection of Nmap NSE scripts that I made.
Lua
27
star
13

wikiranger

Gather information on Wiki contributions from IP ranges
Ruby
23
star
14

easywins

Probe a web server for common files and endpoints that are useful for gathering information or gaining a foothold.
Ruby
21
star
15

dia-attacktree

Attack Tree modeling sheet for Dia
19
star
16

dolus

Firefox Addon to fool websites with spoofed X-Forwarded-For headers
JavaScript
16
star
17

nmunch

A passive network discovery tool that finds live network nodes by analyzing ARP and broadcast packets.
Ruby
12
star
18

tmpl

Simple tmux session management.
Go
12
star
19

dia-dfd

DFD diagramming sheet for Dia
9
star
20

michenriksen.github.io

Personal website
SCSS
6
star
21

pkgdmp

A simple go code analysis CLI tool.
Go
2
star
22

nvim

My Neovim configuration
Lua
1
star
23

harmfuldotlink

Should I click this link?
JavaScript
1
star