Nicolas Stübi
Nicolas Stübi
Hello, Is there any roadmap? I would like to be interested in knowing if architecture diagrams are planned. BR Nicolas
Hello, How could I run the project locally? After npm install and start, here is the error:  BR Nicolas
#### What are you trying to achieve? Use Filesystem helper with: - CodeceptJS output directory set at the root of my local disk (e.g. "c:\tests\output") - setting I.amInPath(process.env.TEST_OUTPUT_DIRECTORY) => TEST_OUTPUT_DIRECTORY...
Hello, I think there is a mistake in the documentation for handleDownloads: ``` I.handleDownloads('downloads/avatar.jpg'); I.click('Download Avatar'); I.amInPath('output/downloads'); I.waitForFile('downloads/avatar.jpg', 5); ``` Why would 'waitForFile' need 'downloads/', while 'I.amInPath' is already setting...
#### What are you trying to achieve? Having a video for a failed test with the scenario name, as for screenshots. #### What do you get instead? File names with...
### Bug description Hello, I've followed the doc to setup this typescript project: [https://github.com/prisma/prisma-examples/tree/latest/typescript/graphql-nestjs#2-start-the-graphql-server](https://github.com/prisma/prisma-examples/tree/latest/typescript/graphql-nestjs#2-start-the-graphql-server) When I run the server, and browse: http://localhost:3000/ I can see the blog up and running...
Hello, 1. The version of zeep: 3.2.0 2. The WSDL: [wsdl.txt](https://github.com/mvantellingen/python-zeep/files/2866588/wsdl.txt) 3. My script (do not forget to replace username and password with your values). The line result = client.service.GetTest("Hello...