Skip to content

Oppodelldog/cruda-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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