• Joined on 2022-11-12
seb pushed to master at seb/playwrong 2025-07-19 06:49:38 +00:00
85537b26bf Implement graceful shutdown handling in CLI; add cleanup logic to TestRunner and Executor for improved resource management during termination. Update sleep durations in step1.test for consistency.
seb pushed to live at seb/reactShop 2025-07-19 04:26:00 +00:00
b602444066 Skip out-of-stock products in XML generation: Added logic to exclude products that are not available from the generated XML, improving the accuracy of product listings for SEO purposes.
seb pushed to live at seb/reactShop 2025-07-19 04:19:03 +00:00
7eb70abb22 Refactor star graphics in MainPageLayout: Replaced div elements with Box components for improved styling and layout control. Adjusted positioning and added drop-shadow effects for enhanced visual appeal. Updated display properties to ensure responsiveness across different screen sizes.
seb pushed to live at seb/reactShop 2025-07-18 15:20:56 +00:00
65ffc1542f Refine language-specific category fallback in SharedCarousel: Updated the fallback logic to only use the old cache format for German language requests, preventing incorrect category displays for English users. Enhanced language state management to ensure synchronization with i18n initialization.
seb pushed to live at seb/reactShop 2025-07-18 14:09:45 +00:00
8bc80c872d Enhance GTIN validation in product XML generation: Improved the GTIN validation logic in feeds.cjs to include checksum verification, ensuring only products with valid GTINs are processed. This update enhances data integrity for SEO purposes.
85504c725f Add demo mode functionality to LanguageProvider: Introduced demo mode to automatically cycle through available languages every 5 seconds. Updated state management to include demo mode and current language index, and added methods to start and stop the demo. Enhanced language change handling to stop demo mode when a user manually selects a language.
Compare 2 commits »
seb pushed to live at seb/reactShop 2025-07-18 13:26:15 +00:00
04e97c2522 Add CSS animations for rotating stars in MainPageLayout: Implemented new animations for star graphics to enhance visual appeal. Updated SharedCarousel to support dynamic language changes and improved category fetching logic. Enhanced localization files with new text for indoor season prompts in multiple languages.
seb pushed to live at seb/reactShop 2025-07-18 12:55:54 +00:00
93887ce397 Add multi-pointed star feature to home page layout: Implemented a hoverable star graphic in the seeds box, enhancing visual engagement. Updated localization files to include new text for user prompts in multiple languages.
seb pushed to live at seb/reactShop 2025-07-18 11:18:10 +00:00
33fadc0279 Update excluded terms in product XML generation: Added 'marihuana' to the list of excluded terms in product titles within feeds.cjs, enhancing content filtering for SEO purposes.
seb pushed to live at seb/reactShop 2025-07-18 11:13:41 +00:00
5c2b4172da Enhance GTIN validation in product XML generation: Updated logic in feeds.cjs to skip products with invalid GTIN formats, ensuring only valid products are included in the generated XML. This improves data integrity for SEO purposes.
seb pushed to live at seb/reactShop 2025-07-18 10:49:57 +00:00
c663e902ea Implement product filtering based on excluded terms: Added logic to skip products with specific terms in their title or description during XML generation in feeds.cjs, enhancing content management for SEO purposes.
seb pushed to live at seb/reactShop 2025-07-18 10:40:06 +00:00
aa82e8d1d2 Update categoryList socket emissions to include language and translation request: Modified the socket.emit calls in SharedCarousel, Sitemap, and prerender.cjs to support language specification and translation requests. Added JTL language mappings in translate-i18n.js for improved localization.
seb pushed to live at seb/reactShop 2025-07-18 10:13:04 +00:00
67f0126343 Enhance photo upload functionality in ArticleQuestionForm and ArticleRatingForm: Added reset method to PhotoUpload component and integrated it into both forms to clear uploaded files upon submission. Improved user experience by ensuring the photo upload state resets after form submission.
seb pushed to live at seb/reactShop 2025-07-18 09:56:50 +00:00
47a882b667 Add article interaction forms: Implemented ArticleAvailabilityForm, ArticleQuestionForm, and ArticleRatingForm components for user inquiries, ratings, and availability requests. Integrated photo upload functionality and enhanced user experience with collapsible sections in ProductDetailPage for better interaction with product details.
seb pushed to master at seb/playwrong 2025-07-18 05:22:26 +00:00
140852be07 Enhance test execution with interactive controls; add pause, step, and dump functionalities in executor.js, and update step1.test for improved form handling and scrolling behavior.
seb pushed to live at seb/reactShop 2025-07-18 04:58:28 +00:00
e43b894bfc Filter out delivery items in OrdersTab quantity calculation: Updated the item quantity calculation to exclude specific delivery items, improving accuracy in order summaries.
seb pushed to live at seb/reactShop 2025-07-18 03:09:09 +00:00
c9477e53b6 Enhance localization in CategoryList component: Updated category fetching logic to support dynamic language changes and improved cache handling for category data based on the current language. Adjusted delivery class display in CartItem for better user experience.
seb pushed to live at seb/reactShop 2025-07-17 23:28:32 +00:00
0015872894 Add tooltips and cancellation confirmation for orders: Enhanced localization by adding tooltips for viewing details and canceling orders across multiple languages. Implemented cancellation confirmation messages to improve user experience when canceling orders.
cb8ce69903 Implement order cancellation feature in OrdersTab: Added functionality to confirm and cancel orders, including a confirmation dialog. Enhanced payment method display in OrderDetailsDialog and updated VAT calculations. Improved localization for order-related messages across multiple languages.
64048e6d0b Enhance order ID handling and navigation in ProfilePage and OrdersTab: Updated hash processing to validate order IDs, improved tab navigation, and added console logging for better debugging. Adjusted navigation to ensure correct hash updates when switching tabs and viewing orders.
Compare 3 commits »
seb pushed to master at seb/playwrong 2025-07-17 12:06:46 +00:00
85f7f81236 Add 'jumpIf' and 'jumpIfNot' commands to README and executor; implement parsing, execution, and linter support for conditional command jumps in test scripts.
seb pushed to master at seb/playwrong 2025-07-17 11:20:10 +00:00
41e4424650 Reduce sleep durations in step1.test for improved test execution speed; adjust typing delay in executor.js for faster human-like input simulation and enhance sleep visualization conditions.
a69911e874 Refactor test execution and linter to support new 'follow' command for window switching, enhance status tracking with visual indicators, and update extraction syntax for improved clarity
fe4ce936c6 Refactor test scripts by removing unused files, updating test commands, and adding new functionality for window switching and variable extraction
Compare 3 commits »
seb pushed to master at seb/playwrong 2025-07-17 04:08:26 +00:00
49270f8d2f Update Google test script to accept cookie consent and improve element interaction