蹦床卷王[email protected]

Results 10 issues of 蹦床卷王[email protected]

const client=new Client("connectstring"; I know client has connect and end methods to connect to or disconnect from db 1.is there any method to check whether client is in connected state...

### Expected behavior failureMessage in csv should display "error" ### Actual behavior failureMessage in csv should display nothing ### Steps to reproduce the problem I have a JSR 233 assertion...

defect
to-triage

I want to use the following method to parse The Chinese datetime, what format should I used here, is there other way to convert 2023年6月06日 GMT-4 02:58:10 to Date variable...

issue: troubleshooting

console.log(DateTime.fromISO('2014-08-06T13:07:04.054') .setLocale('zh-CN') .toFormat('FFF')); shows output 2014年8月6日 GMT+8 13:07:04 but DateTime.fromFormat("2014年8月6日 GMT+8 13:07:04", 'FFF', { locale: "zh-CN"}) shows the input "2014年8月6日 GMT+8 13:07:04" can't be parsed as format FFF

issue: bug

I have a question I am using allure-playwright, I have a test block test('has title1 @API', async ({ page }) => { await allure.story( '@API'); }); then run npx playwright...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: Given('given', async function (this: ICustomWorld) { await this.step("step1", async ()...

theme:cucumberjs

async function func1() { const command = ['tar', 'zcf', '-']; command.push('-C', cwd); command.push(srcPath); const writerStream = fs.createWriteStream(srcPath+".tar") const errStream = new WritableStreamBuffer(); await exec.exec( namespace, podName, containerName, command, writerStream, errStream,...

lifecycle/rotten

when I use cp.cpFromPod for a file with size about 6MB, I get error c:\typescript\node_modules\minizlib\index.js:154 this[_onError](new ZlibError(err)) ^ ZlibError: zlib: unexpected end of file at Unzip.write (c:\typescript\node_modules\minizlib\index.js:154:22) at Unzip.flush (c:\typescript\node_modules\minizlib\index.js:105:10)...

lifecycle/rotten

can this plugin records CPU ,memory usage metrices of each jmeter sampler

I have a question I am using allure-playwright, I have a test block test('has title1 @API', async ({ page }) => { await allure.story( '@API'); }); then run npx playwright...