DEV Community

Discussion on: How can a QA help out during Hacktoberfest?

Collapse
 
klamping profile image
Kevin Lamping

Some ideas:

  • Adding documentation around how to run the tests in a repo
  • Adding the tests to the CICD pipeline if they're not already there
  • Improving reporting so the it's easier to understand the tests
  • Clean up the existing tests to make them more stable/reusable.
  • Find an older Jasmine add-on and update it
  • Add in a tool like Sauce Labs to allow the tests to run on various browsers
Collapse
 
cescquintero profile image
Francisco Quintero 🇨🇴

Agreed :thumbs-up: