flake-reporter:跟踪测试片状

时间:2024-04-30 17:37:42
【文件属性】:

文件名称:flake-reporter:跟踪测试片状

文件大小:28KB

文件格式:ZIP

更新时间:2024-04-30 17:37:42

Go

片状记者 一个非常早期的跟踪测试片状性的工具。 运行测试 首先,启动一个Firestore模拟器: gcloud beta emulators firestore start --host-port=localhost 然后,运行单元测试 FIRESTORE_EMULATOR_HOST=localhost:8080 go test ./... 本地运行 首先,启动一个Firestore模拟器: gcloud beta emulators firestore start --host-port=localhost 现在,运行该应用程序: FIRESTORE_EMULATOR_HOST=localhost:8080 go run main.go 提交junit报告: curl -X POST -F project=test-project -F branch=main -F file=


【文件预览】:
flake-reporter-main
----.gitignore(12B)
----go.mod(316B)
----LICENSE(1KB)
----go.sum(44KB)
----.github()
--------workflows()
--------dependabot.yml(108B)
----main.go(670B)
----README.md(795B)
----.vscode()
--------settings.json(80B)
--------launch.json(475B)
----fixtures()
--------junit-success.xml(693B)
--------junit-failure.xml(7KB)
----internal()
--------http()
--------models()
--------test()

网友评论