GLEIF-IT / reg-pilot-webapp

regulator pilot webapp using secure extension
Apache License 2.0
1 stars 2 forks source link

Investigate using Playwright to on google.com #43

Closed 2byrds closed 6 months ago

TaniyaBhadauria commented 6 months ago

Used playwright to test various functionalities on google.

  1. Title verification title

  2. Homepage search options verification and search functionality: It checks the visibility of various search options and perform a search to verify the result. search options search functionality

  3. Bad search query: tries to perform a search with valid query and verifies that no search result is found. bad search query

  4. Image search functionality: testing the search by image feature by uploading an image URL and checking for related result. image search search result

  5. Invalid image search: verifies the behavior when invalid image URL is used. It expects an error message. invalid image invalid image result

TaniyaBhadauria commented 6 months ago

Completed