Avatar
Avatar
norio_nomura
application/json-seqでテストの状況を出力するぽい。受け取る側はパイプを渡す。 @swift-main testing -- --event-stream-output-path event-stream.json @Test func helloWorld() { let greeting = "Hello, world!" #expect(greeting == "Hello, world!") // Expectation failed: (greeting → "Hello, world!") == "Hello" }
swiftNightly BOT 3/16/2025 1:47 PM
◇ Test run started. ↳ Testing Library Version: 6.2-dev (cabf4d419cf9c8c) ↳ Target Platform: x86_64-unknown-linux-gnu ◇ Test helloWorld() started. ✔ Test helloWorld() passed after 0.074 seconds. ✔ Test run with 1 test passed after 0.078 seconds.