jdamore-linode

Results 39 comments of jdamore-linode

Odd, I'll look into that one! Thanks @bnussman !

I've updated the PR to enable the automatic `/account` mocking for all tests, excluding a few billing tests. Using one of the test accounts that had timeouts when requesting `/account`,...

Hey @DevDW, been spending some time on this today and haven't been able to reproduce either of those errors! I've never seen the timeout on `cy.screenshot`, but I did find...

Thanks @DevDW! If it brings any peace of mind, that failure is one we've been seeing for the past week or so (not related to this PR), and I've written...

@bnussman That's correct! The Jenkins build script will be responsible for installing dependencies and building Cloud Manager. It's WIP, but there's a link to the corresponding Jenkinsfile changes in the...

> Everything built and the tests ran and they passed! I didn't let the entire suite run, but it looked good when it was running. Will this new approach allow...

@patthiel Managed to narrow down the scope of our volumes a little bit -- I was pretty limited by what I could do for the `e2e` container sadly. Let me...

I think this is a valid tradeoff -- there aren't a lot of cases where we're anxiously waiting for GHA to finish, and if it does end up becoming a...

> > Nice job! I see the coverage artifact! Is there an easy way to consume and view the json? Did we explore outputting html? > > Thanks! I could...

Perhaps we can export it as JUnit XML and use something like [JUnit Report Action](https://github.com/marketplace/actions/junit-report-action)? Edit: This may be more applicable: https://github.com/marketplace/actions/code-coverage-report