-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation for Custom Test in Skaffold #5521
Documentation for Custom Test in Skaffold #5521
Conversation
Please visit http://35.236.47.144:1313 to view changes to the docs. |
Codecov Report
@@ Coverage Diff @@
## master #5521 +/- ##
==========================================
+ Coverage 71.32% 71.35% +0.03%
==========================================
Files 400 400
Lines 14831 14831
==========================================
+ Hits 10578 10583 +5
+ Misses 3475 3473 -2
+ Partials 778 775 -3
Continue to review full report at Codecov.
|
Please visit http://35.236.47.144:1313 to view changes to the docs. |
Fixes: ##5520
Description
Adding documentation for the newly implemented
Custom Test
feature.Test
Test
doc page toContainer Structure Test
and moved it underTest
directoryCustom Test
with all the relevant content and examplesCustom Test
Test
at relevant places in the Skaffold doc sitealpha
to the newly addedCustom Test
featureUser facing changes
Three new pages are added to the Skaffold documentation:
Tests
Container Structure Tests
Custom Tests
Related:
#5333