This issue has been created
There are 3 updates, 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-110bd338-822c-4531-a66d-7c05de68e589 XWIKI-22310 In Progress

Add ability to ignore tests when executing in a given browser and version

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-17ec2a8b-55ce-4036-aef1-8b487ae709bd Vincent Massol created this issue on 02/Jul/24 17:38
 
Summary: Add ability to ignore tests when executing in a given browser and version
Issue Type: cid:jira-generated-image-avatar-110bd338-822c-4531-a66d-7c05de68e589 Improvement
Affects Versions: 15.10
Assignee: Unassigned
Components: Test Framework
Created: 02/Jul/24 17:38
Priority: cid:jira-generated-image-static-major-05ce4a27-948c-4e61-9d5e-dba834e49cdf Major
Reporter: Vincent Massol
Description:

Example usage:

    @Test
    @Order(1)
    @IgnoreBrowser(value = "firefox.*", version = "129\\..*", reason="xxx")
    void verifyMenuInApplicationsIndex(TestUtils setup)
 
 

3 updates

 
cid:jira-generated-image-avatar-17ec2a8b-55ce-4036-aef1-8b487ae709bd Changes by Vincent Massol on 02/Jul/24 17:38
 
Description: Example usage:

{code}
    @Test
    @Order(1)
    @IgnoreBrowser(value = "firefox.*", version = "129\\..*", reason="xxx")
    void verifyMenuInApplicationsIndex(TestUtils setup)
{code}


Note: Same as XWIKI-7519 but for the docker-based tests.
Assignee: Vincent Massol
Status: Open In Progress
 
 

1 comment

 
cid:jira-generated-image-avatar-17ec2a8b-55ce-4036-aef1-8b487ae709bd Vincent Massol on 02/Jul/24 17:39
 

This is to replace https://github.com/xwiki/xwiki-platform/commit/3cc84ee49a7c161bcf0c79dfee6ec5655430da5b