Skip to content

AlyonaNatsyuk/example_playwright

Repository files navigation

Example_playwright

These tests are not working, the project is a demonstration to show the structure, all the credentials are not correct.

Project Structure

EXAMPLE_PLAYWRIGHT/
├── extension/
│   ├── metamask-chrome-11.16.15/
│   ├── metamask-chrome-11.16.1.crx
│   └── metamask-chrome-11.16.1.zip
├── images/
│   ├── nft.png
│   └── nft2.png
├── tests/
│   ├── api/
│   │   ├── favoritesTabs.test.ts
│   │   ├── profile.test.ts
│   │   └── trendingPage.test.ts
│   └── e2e/
│       ├── collectionDetailsPage.test.ts
│       ├── editProfilePage.test.ts
│       ├── favoritesPage.test.ts
│       ├── globalSearch.test.ts
│       ├── homepage.test.ts
│       ├── makeofferAndOffersMade.test.ts
│       ├── nftDetailsPage.test.ts
│       └── trendingCollections.test.ts
├── utils/
│   └── data/
│       ├── constants.ts
│       ├── auth.ts
│       ├── getVercelJwt.ts
│       ├── loginViaMetamask.ts
│       ├── loginViaVercel.ts
│       ├── setupMetamaskWithCookies.ts
│       └── signFunctions.ts
├── .gitignore
├── LICENSE
├── package-lock.json
├── package.json
├── playwright.config.ts
├── README.md
└── tsconfig.json

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors