CodingNic

Final Integration & Testing

Final End-to-End Test

Final Integration & Testing 10 min read

Final End-to-End Test

Task

Run the complete app as a user would.

File / section

Browser

Change

Start from a fresh page. Search a city, inspect current weather and forecast, switch units, refresh, search another city, use location, and observe a theme change.

Why this change matters

End-to-end testing catches interactions that isolated lesson tests can miss.

Test it

Every major feature works together in one uninterrupted session.

Checkpoint

The finished WeatherNow app is ready for review.

bash
npm run build