From d95923cc4777b3f60a6ea7dbb3ce16b6b5a8f434 Mon Sep 17 00:00:00 2001 From: Louise Foussat Date: Tue, 23 Feb 2021 13:53:09 +0000 Subject: [PATCH] add first version of the audit form --- subjects/ephemeris/audit/README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 subjects/ephemeris/audit/README.md diff --git a/subjects/ephemeris/audit/README.md b/subjects/ephemeris/audit/README.md new file mode 100644 index 00000000..59a4a8b8 --- /dev/null +++ b/subjects/ephemeris/audit/README.md @@ -0,0 +1,22 @@ +#### Functionals + +##### Try to run the script + +###### Does the puppeteer tests execute themselve in headless mode? +###### Does the ephemeris appears in the console? +###### Does the script close properly? + +##### Go into the script + +###### Does the ephemeris has informations from different websites? +###### Does the ephemeris has dynamic informations (that could change from one day to another)? +###### Does it get content from different kind of elements (text, url)? +###### Does the script handle navigation into a website? +###### Does the script handle interaction with an element in a page? + +#### Bonus + +###### +Does the console output contain custom UI (different colors, random messages, etc.)? +###### +Does the script generate a `.html` file with all the informations of the ephemeris well formated? +###### +Does the script generate a `history.html` file, that display the 5 last `.html` files (one for each day) of an `history` folder? +###### +Is the ephemeris integrated in the `carbon-copy` layout?