KAZUAKI URAYAMA

Results 7 comments of KAZUAKI URAYAMA

I followed the official document for a project that uses Gradle + Junit5 + Allure. https://docs.qameta.io/allure/#_junit_5 This tells that all I should do is 2 steps: 1. ```$ gradle clean...

Windows 10 display scaling affects to the screenshots taken by AShot. Please have a look at the following post in the Katalon Studio User Forum. I used AShot to take...

I have created and published a project on GitHub where I proposed "Neo GOF toolset" (Gradle + Shell + AWS CLI + CloudFormation) which, I believe, can be an alternative...

I thought that at the LINE#13 I need to insert a line of `with:` as follows ``` - uses: actions/checkout@v2 with: persist-credentials: false ``` By this, it seems I could...

However, after the change I mentioned above, no errors appeared, but I could not see the code file embeded in my README.md. Maybe I made something wrong. But I miss...

`hello_react/src/index.js`を以下のように直してみました。これでも動きました。 ``` import React from 'react' import ReactDOM from 'react-dom/client'; const root = ReactDOM.createRoot( document.getElementById('root') ); root.render( Hello, world! ); ```

I found v2.0.2 is there: https://mvnrepository.com/artifact/io.appium/mitmproxy-java/2.0.2