Mykyta Chursin

Results 9 issues of Mykyta Chursin

### Expected ![image](https://user-images.githubusercontent.com/6696821/89873516-399e4200-dbc3-11ea-92b2-b38917bd8368.png) ### Actual ![image](https://user-images.githubusercontent.com/6696821/89873593-5d618800-dbc3-11ea-9e65-5571b93c5f74.png)

Cloned **aws-node-puppeteer** repo. npm i serverless offline - works as expected serverless deploy - `{"message": "Internal server error"}` what's wrong? any additional config required? Thanks

Hey there. This is possible duplicate of https://github.com/allure-framework/allure-csharp/issues/83. But I don't see example code there, so not sure. The issue here - test with await `TestError` throws error when Step...

Hey, Trying to set it up with wdio 7 and typescript. Still no luck. Is any working sample available? https://github.com/chmanie/wdio-intercept-example-ts - didn't help much

Look at this nested test: ```js describe("aaaaa", () => { it("it aaaaa 1", () => { console.log("asd"); }); it("it aaaaa 2", () => { console.log("asd"); }); describe("bbb", () => {...

Hey, Switching from Volta, looking for a way to pin npm version for the project. ```bash fnm install 14 node --version > .node-version node -v v14.21.3 npm -v 6.14.18 ```...

**xpath** `//*[@data-fieldname='first name']/input` **Expected CSS:** `[data-fieldname=""first name""] > input` **Actual CSS:** `[data-fieldname="first name"] > input`

## Meta: **CircleCI CLI Version:** 0.1.30549+735ecd3 **Operating System:** macos I'm trying to use https://circleci.com/docs/pipeline-variables/#pipeline-values ```yml - run: name: Run tests command: | export MESSAGE = ">" ``` But on `circleci...

bug

**Description** On docker compose up for ```yml services: lute: image: jzohrab/lute3:latest ports: - 5010:5000 volumes: - ./data:/lute_data - ./backups:/lute_backup ``` Log ```bash Attaching to lute-1 lute-1 | Traceback (most recent...

bug
fixed