Skip to content

LeviHHH/msafe-dapp-e2e

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Msafe-dapp-e2e

This repository contains an end-to-end test for the Msafe dapp. The test checks the functionality of the dapp and ensures that it works as expected.

Due to limitations with Puppeteer, this test can only run in a desktop environment.

To use this test, clone the repository and install the dependencies:

git clone https://github.com/Momentum-Safe/Msafe-dapp-e2e.git
cd Msafe-dapp-e2e
npm install

Then, run the test using the following command:

export APPURL=$APPURL
export PRIKEY=$FAUCET_PRIVATE_KEY
npm run start

The test will output the results to the console. If any tests fail, the error message will be displayed along with the stack trace.

About

e2e integrate tests for Msafe-dapp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%