Skip to content

v10.18.4

Choose a tag to compare

@shadowusr shadowusr released this 10 Jun 21:29
· 146 commits to master since this release

This release adds a simpler way to turn on New UI for the whole project and contains bug fixes, improving overall experience.

Turn on New UI for the whole project at once

With the new option, uiMode it's never been easier to migrate to New UI! Take a look:

// testplane.config.ts
exports = {
    plugins: {
        'html-reporter/testplane': {
            enabled: true,
            uiMode: 'new',
        },
    },
};

With this setting, all users will be redirected to new ui, unless they specifically chose to use old UI by clicking the "return to the old UI" button.

Bug fixes

Test counters in old UI are now working much more reliably!