DarrachBarneveld / ci-swag

Project 5 for Code Institute - Diploma in Full Stack Software Development (E-commerce Applications)
0 stars 2 forks source link

User Story: Automated Template Testing #61

Closed DarrachBarneveld closed 8 months ago

DarrachBarneveld commented 8 months ago

As a Developer, I can automate tests to ensure that the correct templates are being used throughout the application, so that any errors in template rendering can be easily detected

Acceptance Criteria:

  1. The automated tests verify that the appropriate template is rendered when accessing each distinct page or view within the application.
  2. Upon execution of the automated tests, any discrepancies between the expected and actual template usage are flagged for further investigation.

Tasks

DarrachBarneveld commented 8 months ago

Basic automation test cases created for all apps minus checkout for checking correct rendering of template