文件名称:Playwright-Jest-Test-Automation-Framework:Jest Page对象设计自动化框架的编剧
文件大小:1.22MB
文件格式:ZIP
更新时间:2024-05-07 21:23:05
HTML
Jest测试自动化框架的编剧 设计页面对象并运行测试 运行应用程序 克隆存储库 git clone https://github.com/JayKishoreDuvvuri/Playwright-Jest-Test-Automation-Framework 安装依赖项 Install Node modules: npm i 运行测试 npm test 资料夹结构 ├── ... │ ├── pages # Generic functionality for tests │ | │ ├── basePage.js # Base page testing functionality │ ├── landingPage.js # Landing
【文件预览】:
Playwright-Jest-Test-Automation-Framework-master
----config.js(154B)
----CustomEnvironment.js(651B)
----package.json(583B)
----.prettierrc(105B)
----screenshots()
--------Toggle-between-the-colours-of-the-Product_Navigate-to-Landing-Page.png(758KB)
----jest.config.js(299B)
----tests()
--------toggleProductColour.test.js(3KB)
--------addToCart.test.js(1KB)
--------productNames.test.js(1KB)
----html-test-report()
--------test-report.html(1.7MB)
----package-lock.json(258KB)
----jest-playwright.config.js(102B)
----pages()
--------productPage.js(3KB)
--------basePage.js(2KB)
--------landingPage.js(1KB)
--------addToCartPage.js(770B)
----.gitignore(25B)
----pageobjects()
--------selectors.js(2KB)
----README.md(2KB)
----babel.config.js(125B)