https://github.com/ewdlop/unittesting-note
https://github.com/ewdlop/unittesting-note
cypress enzyme-testing mocking-library selenium-webdriver unit-testing xunit
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ewdlop/unittesting-note
- Owner: ewdlop
- Created: 2024-11-21T06:15:47.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-30T09:47:00.000Z (4 months ago)
- Last Synced: 2025-02-12T21:36:32.989Z (2 months ago)
- Topics: cypress, enzyme-testing, mocking-library, selenium-webdriver, unit-testing, xunit
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UnitTesting-Note
https://aws.amazon.com/what-is/unit-testing/
# Automatic Web browsing with
- Help Elders
- Saves time if done right possibly.
- Spook people or hacking. (kids play)
- Webscrcapping
- Test websites
- [Working with Metamask]()# Unit Tests for Selenium WebDriver
This repository includes unit tests for Selenium WebDriver using various testing frameworks:
- **xUnit**: [xunit_tests.py](tests/xunit_tests.py)
- **MSTest**: [mstest_tests.cs](tests/mstest_tests.cs)
- **Cypress**: [cypress_tests.js](tests/cypress_tests.js)
- **Enzyme**: [enzyme_tests.js](tests/enzyme_tests.js)