In this video, we delve into the challenge of evaluating the quality of AI-generated text, focusing on how to ensure it is accurate and avoids…
Continue reading → Streamlit & Ollama: Querying Mistral LLM Locally and Generating Titles & Keywords
Bruno Flaven's website
In this video, we delve into the challenge of evaluating the quality of AI-generated text, focusing on how to ensure it is accurate and avoids…
Continue reading → Streamlit & Ollama: Querying Mistral LLM Locally and Generating Titles & Keywords
An article exploring the process for testing the output of Large Language Models (LLMs) using a tool called “promptfoo.” This tool allows developers to evaluate…
Continue reading → Promptfoo: The Ultimate Tool for Ensuring LLM Quality and Reliability (Part 2)
This video goes with this post “Using ChatGPT on a daily work as a P.O, Developer or for Q/A or Support and checking plagiarism if…
Continue reading → #4 After using ChatGPT a Quick POC to check Plagiarism with Python
This video goes with this post “Using ChatGPT on a daily work as a P.O, Developer or for Q/A or Support and checking plagiarism if…
This video goes with this post “Using ChatGPT on a daily work as a P.O, Developer or for Q/A or Support and checking plagiarism if…
This video goes with this post “Using ChatGPT on a daily work as a P.O, Developer or for Q/A or Support and checking plagiarism if…
QUICK DESCRIPTION This video is part of the book “Learning and Building E2E test automation with Cypress & OKR: Define, Code & Apply an E2E…
QUICK DESCRIPTION This video is part of the book “Learning and Building E2E test automation with Cypress & OKR: Define, Code & Apply an E2E…
QUICK DESCRIPTION This video is part of the book “Learning and Building E2E test automation with Cypress & OKR: Define, Code & Apply an E2E…
QUICK DESCRIPTION The 2 main actions I wanted to implement with Selenium was: Scraping web pages: You can definitely use Selenium combined with Beautiful Soup…
QUICK DESCRIPTION The 2 main actions I wanted to implement with Selenium was: Scraping web pages: You can definitely use Selenium combined with Beautiful Soup…
QUICK DESCRIPTION The 2 main actions I wanted to implement with Selenium was: Scraping web pages: You can definitely use Selenium combined with Beautiful Soup…
Using Gherkin to write User Stories will allow you to write the test at the same time. In this video, I show how to enable…
Continue reading → Enable Gherkin & Using Gherkin Features with CodeceptJS for WordPress
In this video, I advance a little bit more in Gherkin understanding within CodeceptJS by using the DRY mode e.g npx codeceptjs dry-run –sateps .…
Continue reading → Using more advanced Gherkin Features for WordPress With CodeceptJS
In this video, we really launch the Gherkin Features to run the tests on our locally installed WordPress e.g. npx codeceptjs run –features –steps. We…
Continue reading → With CodeceptJS, launching advanced Gherkin Features for WordPress
This video shows a Gherkin feature that test specifically the Homepage with the help of a WordPress plugin. It is good example for a sophisticated…
Continue reading → Combine Gherkin, CodeceptJS & WordPress Plugin for deeper testing
This time, I show you how to make test behind the GUI meaning the screens. In this example, with the help of specific WordPress Plugin…
Continue reading → Testing the WordPress REST API using Chai and CodeceptJS
The basic installation of CodeceptJS to test a local Worpresss, on a custom Local Domain, on MAMP. The video shows how to start and to…
Continue reading → Install, Init & Writing a first test with CodeceptJS for WordPress
Browse through the code repository and make a test that specifically check values for “General Settings” and “Writing Settings” pages in the WordPress Backoffice. This…
Continue reading → More advanced usage with CodeceptJS testing the WordPress backoffice
Testing with CodeceptJS an extended feature of WordPress made with a plugin leveraging on Custom Post Type, Custom Taxonomy & Advanced Custom Fields for journalist…