summaryrefslogtreecommitdiff
path: root/developer-weekend/nov-2018.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'developer-weekend/nov-2018.mdwn')
-rw-r--r--developer-weekend/nov-2018.mdwn21
1 files changed, 17 insertions, 4 deletions
diff --git a/developer-weekend/nov-2018.mdwn b/developer-weekend/nov-2018.mdwn
index 7ce253d..ebb0250 100644
--- a/developer-weekend/nov-2018.mdwn
+++ b/developer-weekend/nov-2018.mdwn
@@ -21,11 +21,14 @@ Topics
======
* Make monkey actually run functional tests
+* Discuss ick CI system
+* corewindow for browser window chnage requirements
+* javascript console logging
+* gtk download window
-Monkey
-------
+## Monkey
----Vincents notes---
+### Vincents notes
It would be useful if monkey could run complete page fetch tests automatically.
@@ -37,7 +40,7 @@ The test plan and criteria should be stored alongside the test data.
A minimum viable test corpus should include:
-* smoke test (i.e. can browser actually start and find resources etc.)
+* smoke test i.e. can browser actually start and find resources, messages etc.
* page retrieval and render with at least http and https schemes
* redirect tests
* form tests
@@ -48,6 +51,16 @@ Extra credit things
* a coverage build
* valgrind or similar to spot out of bounds memory accesses and leaks
+### Discussion
+
+kinnison described five things that needed to be done:
+
+* extend C interface with vtable callbacks for certificate and 401 login
+* extend C interface with form interation
+* test driver in python
+* test plan language/definitions
+* events from the core browser window to frontends
+
Activity
========