Git Product home page Git Product logo

ga-assertions's Introduction

GA Assertion Test Proof Of Concept

Install

Clone repo then pnpm/npm install

Run Stop and Shop Test

node --no-warnings ./tests/SS-Runner.js (If you don't have connected displays, or are using something like WSL, you might need to turn on headless mode, or it will throw an error. In helpers/setup.js change headless: false, to headless: true in the options array near the top of the file.

Key Files

tests/SS-Tests.js - Runs the Stop and shop tests in parallel. Each test is it's own exported function (so it can be run by SS-Runner.js). Basically it clicks a CSS selector, and then waits for the expected GA event to fire.

Some events would obviously be more complex, i.e. gt-order-placed would require logging in, adding stuff to cart, and then completing the checkout process.

helpers/helpers.js - Contains the two testing functions simpleDLCheck and complexDLCheck. The script is checking the page dataLayer for the expected event. complexDLCheck can also check key/value pairs or regex tests from a dictionary file (helpers/dicitonary.js). Also contains parseResults which is how the results are displayed after all tests are completed.

helpers/setup.js - Contains the Puppeteer setup details

tests/SS-Runner.js - Runs all the tests exported from tests/SS-Tests.js. Also contains some parallelization settings, which currently runs 5 tests at one time.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.