Write tests for the module and its settings

Created on 4 November 2024, 5 months ago

Problem/Motivation

Add tests on the general functionality and settings

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

📌 Task
Status

Active

Version

3.0

Component

Code

Created by

🇩🇪Germany Anybody Porta Westfalica

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @Anybody
  • 🇩🇪Germany Anybody Porta Westfalica
  • 🇩🇪Germany Anybody Porta Westfalica

    @grevil could you list the tests @lrwebks should implement basically? (We shouldn't invest too much time but be sure it works)

  • 🇩🇪Germany Grevil

    I think we only need 4 pretty similiar tests:
    - Disable vue and petite vue libraries, and check if both library definitions do not exist.
    - Disable vue, enable petite vue and check if a library defintion for petite vue exists but not for vue.
    - Disable petite vue, enable vue and check if a library defintion for vue exists but not for petite vue.
    - Enable both libraries and check if both library defintions exist.

    Note, to always clear the library defintion cache through libraryDiscovery->clearCachedDefinitions(); after enabling / disabling.

Production build 0.71.5 2024