Software Quality Assurance
Monday, August 25, 2025
@esbuild/darwin-arm64 and @esbuild/darwin-x64 npm build issue
›
Original error when building the project. Specifically the "@esbuild/darwin-arm64" package is present but this platform needs the ...
Friday, March 14, 2025
How to navigate to step definition from the feature file in VS code
›
Install Cucumber for Visual Studio Code plugin Go to the settings of the plugin. Locate the cucumber. Features setting and click on Edit ...
Tuesday, February 25, 2025
How to implement screen shot comaprison with WebdriverIO
›
Get the Visual service to your wdio.conf file. services: [ [ "visual", { baselineFolder: path.join(proce...
Thursday, May 9, 2024
Jmeter to Grafana dashboard using core influx DB back end listener.
›
Important things. 1). Make sure to set influxdbToken at the jmeter influx DB back end listener Get the token: 2). URL need to be have bel...
Monday, April 8, 2024
Fix - javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification
›
Download the certificate from the web browser and install it using keytools. Click on "Connection is secure" Click on certificate ...
Sunday, March 24, 2024
How to execute selenium test in Github Actions
›
Create a simple Maven TestNG Selenium project as below. System.setProperty("webdriver.chrome.driver", "/usr/local/bi...
Friday, March 1, 2024
How to execute custome jar file in JMeter
›
1). Create your jar file using Eclipse. 2). Because Eclipse will allow you to convert a single java method (without any main method) to a ja...
›
Home
View web version