Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Email Signature Tests

This repository contains tests to verify that the fish icon in the email signature loads properly.

Files

  • clean_signature.html - Email signature with base64-encoded fish icon
  • personal_signature.html - Email signature with direct reference to fish.png
  • test_signature.js - Playwright tests to verify image loading

Setup

  1. Install dependencies:
npm install
  1. Install Playwright browsers:
npx playwright install chromium

Running Tests

Run the tests with:

npm test

Test Description

The tests verify that:

  1. The base64-encoded fish icon in clean_signature.html loads properly
  2. The direct reference to fish.png in personal_signature.html loads properly

Troubleshooting

If the image doesn't load:

  1. Check that the fish.png file exists in the root directory
  2. Ensure the base64 encoding doesn't have line breaks
  3. Verify the MIME type is correct (image/png)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages