🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@newageerp/crm-srv-mp-proxy

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@newageerp/crm-srv-mp-proxy

## instalation ``` npm install @newageerp/node-tests@latest ```

latest
npmnpm
Version
0.0.2
Version published
Maintainers
0
Created
Source

Netzet test automation

instalation

npm install @newageerp/node-tests@latest

usage

import testPkg from '@newageerp/node-tests'

<button data-testid={testPkg.home.startQuiz}>Start quiz</button>

<div data-testid={testPkg.quiz.stopContainer}>
...
</div>

Homepage

testPkg.home.startQuiz - quiz start button

Quiz page

testPkg.quiz.singleBtn - put this on each answer if one answer is expected

testPkg.quiz.multipleBtn - put this on each answer if there are multiple options

testPkg.quiz.continueBtn - put this on next step button (for multiple options answer or prompt)

testPkg.quiz.nameInput - "name" control (PL project)

to stop quiz loop:

testPkg.quiz.stopContainer - if the quiz ends without loading and immediately goes to the next page, then put this on any container on the next page after the quiz

testPkg.quiz.stopLoadingContainer - if the quiz has loading screen, then put this on loading container

Email page

testPkg.email.input - "email" control

testPkg.email.continueBtn - Email submit button

Result page

testPkg.result.continueBtn - CTA button to next step

Checkout page

testPkg.checkout.plan - put this on each plan container testPkg.checkout.initiate - CTA button which opens a window with payments

Payment Window

testPkg.paymentWindow.container - put this on payment window container, as high up the dom as possible

testPkg.paymentWindow.customSubmitBtn - put this only if custom submit button is use

Upsell page

testPkg.upsell.successBtn - put this on "Add to cart" button on regular template

testPkg.upsell.downSaleSuccessBtn - put this on "Add to cart" button on down-sell template

testPkg.upsell.rejectToDownSaleBtn - put this on cancel button, if the next window is loaded there will be a down-sell template

testPkg.upsell.rejectBtn - put this on cancel button

testPkg.upsell.processingContainer - put this on processing payment container

Thank you page

testPkg.thankYou.registerBtn - App registration button testPkg.thankYou.container - Thank you page container

FAQs

Package last updated on 06 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts