https://github.com/oppodelldog/cruda-test
E2E tests for CRUDA
https://github.com/oppodelldog/cruda-test
chromedp crudapp e2e-tests functional-testing
Last synced: 4 months ago
JSON representation
E2E tests for CRUDA
- Host: GitHub
- URL: https://github.com/oppodelldog/cruda-test
- Owner: Oppodelldog
- License: mit
- Created: 2020-07-05T20:20:50.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-04-01T12:23:39.000Z (about 2 years ago)
- Last Synced: 2025-01-02T19:52:46.954Z (6 months ago)
- Topics: chromedp, crudapp, e2e-tests, functional-testing
- Language: Go
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

E2E Tests for **[CRUDA](http://github.com/Oppodelldog/cruda)**
These tests written in go utilize **[chromedp](http://github.com/chromedp/chromedp)** which integrates
directly with chrome implementing the dev tools protocol.Since **CRUDA** itself is a lock-down-weekend-fun project and so its
scope is small it was fun to set up these tests to cover the use cases.#### Project Structure
|Folder|Description|
|---|---|
|**cmd**|the main entry point defines and runs the test suites|
|**cases**|contains the test cases|
|**cruda**|project specific high level testing API|