* Returns the version string of CodeceptJS. * * @returns {string} The version string.
()
| 338 | * @returns {string} The version string. |
| 339 | */ |
| 340 | static version() { |
| 341 | return JSON.parse(readFileSync(`${__dirname}/../package.json`, 'utf8')).version |
| 342 | } |
| 343 | } |
| 344 | |
| 345 | export default Codecept |
no outgoing calls
no test coverage detected