Hallo!
In Part-5 of this article series, we added Mochawesome Test Reporting to our Test Automation Framework. In this article, we will add a few remaining things such as multiple environment support, better run commands, add report logs (using addContext()), and XPath support.
Alles klar, lass uns anfangen!
Often times, we need to run our test suites on different environments; say while merging PRs we can validate changes on a Staging or Dev environments, and once a release is decided, then we can validate the changes on a much stable environment such as QA or a prod-like environment.
In this…
Olá!
In Part-4 of this article series, we added Page Object Model support to our Test Automation Framework. In this article, we will add a key component of an automation framework i.e. adding Test Reports. Vamos começar!
Bonjour!
In Part-3 of this article series, we added native API testing support to our Test Automation Framework. In this article, we will organize our Test framework to accommodate Page Object Model aka POM for UI web elements.
Allons-y!
Ciao!
In Part-1 of this tutorial series, we did a Cypress setup, created a sample cypress project and then, wrote and ran a sample test case. Now in this article, we will shape our current cypress project into something more.. (adding few secret magic potions 😉)
नमस्ते!
This is an X-part series on how to build a Test Automation Framework using Cypress.io. (X because I’m not sure how many parts there will be right now, so buckle up!!). Let’s get started!
Allthestreams.fm is a brain-child of MSCHF. Let’s begin with this excerpt their manifesto:
Netflix has all the Netflix stuff, Disney has all the Disney stuff, and never the twain shall meet. Let’s change that, however briefly.
Whenever media becomes inaccessible, piracy thrives again — from the 1960’s BBC 1-hour limit on pop music, to the iTunes store mp3 tyranny of the 00s. Today, All The Streams comes in response to the fragmentation and walled-garden paradigm that has risen to prominence for online video streaming services.
Allthestreams.fm has subscriptions to 6 major video content streaming providers in the USA. Users can…
In this article, I’m going to show you how to get started with Deno — A secure run-time for JavaScript and TypeScript. We’ll see Installation of Deno, Hello World program, and setting up an HTTP-server.
Deno is a secure run-time for Javascript & Typescript (right out of the box) just like Nodejs is a run-time for Javascript. Deno was created by same guy who created Nodejs i.e. Ryan Dahl.
Deno aims to improve what Ryan Dahl thinks he should’ve done with Nodejs like:
This is part 2 of the article series GitHub Pages — A Comprehensive guide w/ images
Recently I started building my personal website as everyone is building one for themselves these days. I got a cool TLD (.xyz), and that is the only money I wanted to spend. Since then I’ve been looking for ways to host it without any costs.
In part 1 of this series, we saw how to publish GitHub User Pages and how to link it with custom-domain.In this article, we’ll see how to have more than one Github Pages per account (Yes, it is possible)…
Recently I started building my personal website as everyone is building for themselves these days. I got a cool TLD (.xyz), and that is the only money I wanted to spend. Since then I’ve been looking for ways to host it without any costs.
I’ve tried different host providers such as Heroku, 000webhost so far, which are good options. My website is vastly static pages so far until I figure out how to have a cms such as Ghost to be integrated with Gatsby for adding content periodically (Of course for free). Anyways I thought if my site is mostly…
QA By Day. Wannabe dev by other times.