summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2018-11-03 08:33:05 +0000
committerVincent Sanders <vince@kyllikki.org>2018-11-03 08:33:05 +0000
commite2cf96804b51f8d306cfb76d4c7d88d75c0d7d58 (patch)
tree4ef8f60cfbc67b2705be0ec52d49669a2c74309a
parent2f6ed99c4a1ac6dc8202c5a26faee6055bee8697 (diff)
downloadnetsurf-wiki-e2cf96804b51f8d306cfb76d4c7d88d75c0d7d58.tar.gz
netsurf-wiki-e2cf96804b51f8d306cfb76d4c7d88d75c0d7d58.tar.bz2
update with friday nights discussions
-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
========