getgauge / taiko

A node.js library for testing modern web applications
https://taiko.dev
MIT License
3.56k stars 452 forks source link

Fix taiko version info display #2729

Closed zabil closed 2 months ago

zabil commented 2 months ago

Fix regression in version info display

Before

$ taiko
Version: 1.4.0 (Chromium: undefined)
Type .api for help and .exit to quit

After

$ taiko
Version: 1.4.0 (Chromium: 126.0.6468.0)
Type .api for help and .exit to quit
gaugebot[bot] commented 2 months ago

@zabil Thank you for contributing to taiko. Your pull request has been labeled as a release candidate 🎉🎉.

Merging this PR will trigger a release.

Please bump up the version as part of this PR.

Instructions to bump the version can found at CONTRIBUTING.md

If the CONTRIBUTING.md file does not exist or does not include instructions about bumping up the version, please looks previous commits in git history to see what changes need to be done.