kazurayam
interested in programming using various languages and tools: Java/Groovy/Kotlin, Rust, Python, TypeScript, Gradle, XSLT, Antlr, Selenium
kazuraym.comHachinohe, Aomori, Japan
Pinned Repositories
ComparingScreenshotsOfWebElement
EntirePageScreenshotByAShotInKatalonStudio
https://forum.katalon.com/t/taking-entire-page-screenshot-using-ashot-in-katalon-studio/12429
HighlightingElementByTestObjectInEachAndEveryStep
junit4ks
JUnit for Katalon Studio. A Groovy class enables you to run JUnit4 for your custom keyword classes in Katalon Studio
KatalonDiscussion19621
Getting JavaScript Console Log from Chrome to Katalon
KatalonPropertiesDemo
katalon.properties file enhances usability of Katalon Studio
OpenChromeOnBehalfOfKatalonStudio
3 ways to launch Chrome browser from Katalon Studio
SaveWebPageAsMHT
In Katalon Studio, how to take a snapshot of current DOM of web page and save it into local file in MHTML format
VisualInspectionOfCssAndJs
Visual Inspection of CSS and JavaScript
VisualTestingInKatalonStudio
This is a Katalon Studio project which performs 2 ways of screenshot-comparison testing for WebUI in full automation. Twins mode compares 2 host names at a time. Chronos mode compares the current view of a AUT to the previous one. You can make your own Katalon Studio project capable of the same screenshot-comparison. approach. Instruction provided.
kazurayam's Repositories
kazurayam/VisualInspectionOfCssAndJs
Visual Inspection of CSS and JavaScript
kazurayam/KatalonDiscussion19621
Getting JavaScript Console Log from Chrome to Katalon
kazurayam/KS_backlogs
a list of serious bugs/shortages of Katlaon Studio product
kazurayam/VisualInspectionInKatalonStudio_Reborn
A Katalon Studio project. This project performs automated Web UI testing with screenshot comparison and HTML source comparison.
kazurayam/alt-katalon-gradle-plugin
kazurayam/BrowserSingularityIsBottleNeckOfParallelExcution
kazurayam/DockerKubernetesKihonNoKihon
kazurayam/GitHubActions-sample
https://qiita.com/y-yana/items/73dbdceeb05b4500a82f
kazurayam/gitignore
A collection of useful .gitignore templates
kazurayam/google-api-java-client
Google APIs Client Library for Java
kazurayam/gradle-java-library-plugin-consumer
git@github.com:kazurayam/gradle-java-library-plugin-library.git
kazurayam/gradle-java-library-plugin-library
https://tomgregory.com/how-to-use-gradle-api-vs-implementation-dependencies-with-the-java-library-plugin/
kazurayam/Gradle_ProviderAPI
https://melix.github.io/blog/2022/01/understanding-provider-api.html
kazurayam/Gradle_WorkingWithFiles
https://docs.gradle.org/current/userguide/working_with_files.html#sec:locating_files
kazurayam/GradleCustomPlugin-CompositeBuild-linkToIntelliJIDEA
Gradleのカスタムプラグインを作りたい、GradleプロジェクトをComposite Buildにしたい、GradleプロジェクトをIntelliJ IDEAとリンクしたい、と企んで成功した話
kazurayam/HostingToGitHubPackagesResistryInGradle
kazurayam/JaywayJsonPathLesson
kazurayam/jmad
kazurayam/KatalonStudioCanNotRenameKeywordClass
kazurayam/ks_verify_CSS_property_computed
kazurayam/KS_versions_source_diff
kazurayam/KS_waitForElementAttributeIsTruthy
kazurayam/LetKatalonWaitForAsynchronousJavascript
https://forum.katalon.com/t/how-does-one-get-katalon-to-handle-asynchronous-executejavascript-calls/83860/5
kazurayam/ObjectRepositoryGarbageCollection
Tool that makes a list of unused Test Objects in Katalon Studio project
kazurayam/PublishingCustomGradlePlugin_StepByStep
Describe the process of publishing Custom Gradle Plugin step by step in very detail
kazurayam/ReadingClipboard
https://forum.katalon.com/t/value-from-clipboard-copied-link-to-be-assigned-to-groovy-variable/83681
kazurayam/ReportFailedTestsOnly
kazurayam/SelectingSVGElementEmbededInHtmlByXPathInJavaScript
kazurayam/TestingGradlePlugins-revised
A set of sample code base on the Gradle's documentation "Testing Gradle Plugin". You can download the zip, unzip it and run test!
kazurayam/VisualInspection_with_PageObjectModel_in_KatalonStudio
Sample4 of Visual Inspection in Katalon Studio, with Page Object Model employed