testomatio / check-tests

GitHub action with static analysis for JavaScript tests.
https://testomat.io
20 stars 8 forks source link

tests with dynamic parameters are not uploaded correctly #141

Closed bheemvennapureddy closed 8 months ago

bheemvennapureddy commented 10 months ago

Describe the bug tests with dynamic parameters are not uploaded correctly

To Reproduce Steps to reproduce the behavior: Create a test of below format

test.describe('New Loan Application', () => {
    const provinces = ['AB', 'BC', 'MB', 'NB', 'NL', 'NS', 'ON', 'SK'];
    provinces.forEach((state) => {
        test(`Validate New Loan Application for Specific Province ${state} @canpre`, async ({

Expected behavior Should read the dynamic parameters and upload the tests

Screenshots

Screenshot 2023-11-07 at 4 13 17 PM Screenshot 2023-11-07 at 4 17 13 PM
olexandr13 commented 8 months ago

@bheemvennapureddy CNR

Image

Please update check-tests and reporter to the latest version and retest, if issue still be reproduced - tag me here.