Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 628 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 628 Bytes

CRUDA - e2e test

E2E Tests for CRUDA

These tests written in go utilize 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