cucumber使用

步骤定义:Scenario: Some cukes Given I have 48 cukes in my belly实现代码:package com.example;import io.cucumber.java.en.Given;public class StepDefinitions {
cucumber test 2020年12月01日 1,415次浏览

看图说话

2020年11月15日 1,545次浏览

使用helm安装grafana

添加grafana仓库helm repo add grafana https://grafana.github.io/helm-chartshelm repo update安装grafanahelm install ds-grafana grafana/grafana -n mynamespace
helm 2020年11月03日 1,427次浏览