peribarros / data-pipeline-testing

Sample project to demonstrate an analytics project for a fictitious bank called Banco Vitória

Home Page:https://lookerstudio.google.com/reporting/b55fcf16-afad-4f37-9756-18cb40b9a330

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data pipeline testing

Sample project to demonstrate an analytics project for a fictitious bank called Banco Vitória.

Looker Studio dashboard

https://lookerstudio.google.com/reporting/b55fcf16-afad-4f37-9756-18cb40b9a330

Pre-requirements

To clone and run this project, you will need:

Note: When installing Node.js, npm is automatically installed. 🚀

Installation for testing the pipeline

To install the dev dependencies, run npm install (or npm i for short.)

Configuring the environment variables

Before running the tests, some environment variables need to be set up.

Make a copy of the cypress.env.example.json file as cypress.env.json, and set the appropriate values for all the variables.

Note: The cypress.env.json file is not tracked by git since it's listed in the .gitignore file.

Running the tests

In this project, you can run tests in interactive and headless modes, both on desktop and tablet viewports.

Headless mode

Run npm test (or npm t for short) to run all tests in headless mode using a desktop viewport.

Interactive mode

Run npm run cy:open to open the Cypress App to run tests in interactive mode using a desktop viewport.


Made with ❤️ by Peri.

About

Sample project to demonstrate an analytics project for a fictitious bank called Banco Vitória

https://lookerstudio.google.com/reporting/b55fcf16-afad-4f37-9756-18cb40b9a330


Languages

Language:JavaScript 100.0%