Skip to content

How to attach HAR log generated by Cypress to the report? #2631

Closed Answered by yarniko
yarniko asked this question in Questions & Support
Discussion options

You must be logged in to vote

As I understand it's impossible:

// this hook won't be reported
after(() => {})

describe("suite", () => {
  // this hook will be reported
  after(() => {})

  it("test", () => {})
})

I have to add it manually to each test...

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by yarniko
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant