An open API service indexing awesome lists of open source software.

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

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)