https://github.com/ayo-ajayi/butopea
e2e testing and product feed xml creation for butopea.com
https://github.com/ayo-ajayi/butopea
cypress e2e-testing javascript python sqlite xml
Last synced: about 2 months ago
JSON representation
e2e testing and product feed xml creation for butopea.com
- Host: GitHub
- URL: https://github.com/ayo-ajayi/butopea
- Owner: ayo-ajayi
- Created: 2023-10-08T16:37:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-08T23:49:46.000Z (over 2 years ago)
- Last Synced: 2025-03-20T23:13:36.931Z (over 1 year ago)
- Topics: cypress, e2e-testing, javascript, python, sqlite, xml
- Language: JavaScript
- Homepage:
- Size: 10.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Butopea Projects Overview
This repository contains two projects, each with a distinct focus. Below is a brief overview and links to the documentation for each.
## 1. Product Feed (XML) from Database
This project focuses on fetching product data from an SQLite database, processing the results, and then saving the structured data into an XML file. The XML file is generated in a format that adheres to [Google product data specification](https://support.google.com/merchants/answer/7052112).
- **Main Objectives:**
- Database Connection & Data Fetching
- Data Transformation
- XML Generation
- [Documentation & Setup](./feed/readme.md)
## 2. Cypress E2E Testing for Butopea Website
This project contains end-to-end tests written using Cypress for the website "https://butopea.com/". The tests check for the existence of certain elements on the website, and they also extract and log relevant data.
- **Main Objectives:**
- Checking the presence of specific web elements
- Extracting data and taking screenshots
- [Documentation & Setup](./e2etest/readme.md)
---
## Author:
- [Ayomide Ajayi](https://github.com/ayo-ajayi)