OWASP-BLT / BLT-Flutter

The official OWASP BLT App repository/ Heist 'em bugs!
https://owasp.org/www-project-bug-logging-tool/
BSD 3-Clause "New" or "Revised" License
22 stars 29 forks source link

And an automated test to make sure the issues page is loading we can use a mock API #355

Closed DonnieBLT closed 2 months ago

Dante291 commented 6 months ago

@DonnieBLT Could you please explain this, do I have to write unit test to check issues load using mock API?

DonnieBLT commented 6 months ago

Yes, this would be part of the test suite that runs and flutter. I think we have some automated tests already, but we want to make sure that the issue page always loads. I'm not sure this test may already be done.

Dante291 commented 6 months ago

Yes, this would be part of the test suite that runs and flutter. I think we have some automated tests already, but we want to make sure that the issue page always loads. I'm not sure this test may already be done.

@DonnieBLT I could not find 'Tests' folder in the directory so this mean basically no tests are written for BLT-Flutter app, Testing is important for big apps like BLT as adding new features could break some part of the app.

I am gonna start writing tests for this and will later make new issues to add more tests of important feature in BLT.

DonnieBLT commented 6 months ago

Sounds good thank you