Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
xjh1996
/
ginkgo
Public
forked from
onsi/ginkgo
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Jan 11, 2021
cli: allow multiple -focus and -skip flags (#736)
Show description for 9a782fb
kolyshkin
authored
9a782fb
View commit details
Copy full SHA for 9a782fb
Browse repository at this point
Add a Chinese Doc #755 (#756)
Show description for 5207632
ke-chain
authored
5207632
View commit details
Copy full SHA for 5207632
Browse repository at this point
outline: Make reading source from stdin uniform across operating systems (#760)
Show description for 935b538
dlipovetsky
authored
935b538
View commit details
Copy full SHA for 935b538
Browse repository at this point
Commits on Jan 3, 2021
outline: Add support for "table" extension containers and specs (#758)
Show description for 6803cc3
dlipovetsky
authored
6803cc3
View commit details
Copy full SHA for 6803cc3
Browse repository at this point
Commits on Dec 30, 2020
Adds 'outline' command to print the outline of specs/containers in a file (#754)
Show description for 071c369
dlipovetsky
authored
071c369
View commit details
Copy full SHA for 071c369
Browse repository at this point
Commits on Dec 22, 2020
travis: separate go vet, put it first
Show description for f9457b0
kolyshkin
authored and
williammartin
committed
f9457b0
View commit details
Copy full SHA for f9457b0
Browse repository at this point
travis: simplify
Show description for 487ea8f
kolyshkin
authored and
williammartin
committed
487ea8f
View commit details
Copy full SHA for 487ea8f
Browse repository at this point
travis: simplify check for go mod tidy-ness
Show description for d44a343
kolyshkin
authored and
williammartin
committed
d44a343
View commit details
Copy full SHA for d44a343
Browse repository at this point
travis: use supported Go versions (1.14+)
Show description for bb85580
kolyshkin
authored and
williammartin
committed
bb85580
View commit details
Copy full SHA for bb85580
Browse repository at this point
Commits on Dec 15, 2020
Add support for using template to generate tests (#752)
Show description for efb9e69
Kevin S Kirkup
authored
efb9e69
View commit details
Copy full SHA for efb9e69
Browse repository at this point
Commits on Dec 12, 2020
Add _internal to filename of tests created with internal flag (#751)
Show description for 43c12da
kevinkirkup
authored
43c12da
View commit details
Copy full SHA for 43c12da
Browse repository at this point
Commits on Dec 8, 2020
Create codeql-analysis.yml
onsi
authored
adac43d
View commit details
Copy full SHA for adac43d
Browse repository at this point
Commits on Oct 13, 2020
chore: update go.sum to fix Travis CI
Show description for dfe3698
blgm
committed
dfe3698
View commit details
Copy full SHA for dfe3698
Browse repository at this point
Commits on Oct 12, 2020
v1.14.2
blgm
committed
55c8587
View commit details
Copy full SHA for 55c8587
Browse repository at this point
Commits on Sep 24, 2020
correct handling windows backslash in import path (#721)
bakito
authored
97f3d51
View commit details
Copy full SHA for 97f3d51
Browse repository at this point
Commits on Sep 9, 2020
Add additional methods to GinkgoT() to improve compatibility with the testing.TB interface
onsi
committed
b5fe44d
View commit details
Copy full SHA for b5fe44d
Browse repository at this point
Commits on Sep 4, 2020
v1.14.1
blgm
committed
6d83527
View commit details
Copy full SHA for 6d83527
Browse repository at this point
Commits on Aug 12, 2020
Update README.md
blgm
authored
f49cf5d
View commit details
Copy full SHA for f49cf5d
Browse repository at this point
Commits on Aug 6, 2020
Discard exported method declaration when running ginkgo bootstrap (#558)
Show description for f4b0240
wingyplus
authored
f4b0240
View commit details
Copy full SHA for f4b0240
Browse repository at this point
Commits on Jul 9, 2020
docs(readme): correct Ginkgo path in tools example
Show description for 1bed1cb
blgm
committed
1bed1cb
View commit details
Copy full SHA for 1bed1cb
Browse repository at this point
Commits on Jul 3, 2020
v1.14.0
onsi
committed
9c254cb
View commit details
Copy full SHA for 9c254cb
Browse repository at this point
Commits on Jun 18, 2020
Add test for junit reporter skipped message
Will Martin
authored and
williammartin
committed
749dbe7
View commit details
Copy full SHA for 749dbe7
Browse repository at this point
Remove Ω from junit reporter test
Will Martin
authored and
williammartin
committed
4fcfb02
View commit details
Copy full SHA for 4fcfb02
Browse repository at this point
Print Skip reason in JUnit reporter if one was provided
dollierp
authored and
williammartin
committed
820dfab
View commit details
Copy full SHA for 820dfab
Browse repository at this point
Update broken cli link in comment
Will Martin
committed
d85a255
View commit details
Copy full SHA for d85a255
Browse repository at this point
clean up go mod; perhaps _now_ travis will pass?
onsi
committed
415e083
View commit details
Copy full SHA for 415e083
Browse repository at this point
Fix integration tests on Travis
Show description for 8d18e87
onsi
committed
8d18e87
View commit details
Copy full SHA for 8d18e87
Browse repository at this point
Defer running top-level container nodes until RunSpecs is called
Show description for d44dedf
onsi
committed
d44dedf
View commit details
Copy full SHA for d44dedf
Browse repository at this point
rewrite extensions/global test to support running tests in parallel
onsi
committed
87dffce
View commit details
Copy full SHA for 87dffce
Browse repository at this point
Commits on Jun 17, 2020
add `extensions/globals` package (#692)
Show description for 3295c8f
nogates
authored
3295c8f
View commit details
Copy full SHA for 3295c8f
Browse repository at this point
Commits on Jun 12, 2020
v1.13.0
onsi
committed
4943fe1
View commit details
Copy full SHA for 4943fe1
Browse repository at this point
ensure integration tests pass in an environment sans GOPATH
onsi
committed
606fba2
View commit details
Copy full SHA for 606fba2
Browse repository at this point
Commits on Jun 10, 2020
add books package (#568)
jianzhangbjz
authored
fc0e44e
View commit details
Copy full SHA for fc0e44e
Browse repository at this point
Commits on Jun 9, 2020
doc(readme): installation via "tools package" (#677)
blgm
authored
83bb20e
View commit details
Copy full SHA for 83bb20e
Browse repository at this point
solve the undefined: unix.Dup2 compile error on mips64le (#680)
Show description for 0624f75
XiaodongLoong
authored
0624f75
View commit details
Copy full SHA for 0624f75
Browse repository at this point
Previous
Next
You can’t perform that action at this time.