remove playwright-report
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
const { execSync } = require('child_process');
|
||||
|
||||
try {
|
||||
const commitHash = execSync('git rev-parse --short HEAD').toString().trim();
|
||||
console.log(commitHash);
|
||||
} catch (error) {
|
||||
console.log('unknown');
|
||||
}
|
||||
Reference in New Issue
Block a user