diff --git a/cypress.config.js b/cypress.config.js new file mode 100644 index 0000000..ccb67cb --- /dev/null +++ b/cypress.config.js @@ -0,0 +1,11 @@ +const { defineConfig } = require('cypress') + +module.exports = defineConfig({ + e2e: { + // We've imported your old cypress plugins here. + // You may want to clean this up later by importing these. + setupNodeEvents(on, config) { + return require('./cypress/plugins/index.js')(on, config) + }, + }, +}) diff --git a/cypress.json b/cypress.json deleted file mode 100644 index 0967ef4..0000000 --- a/cypress.json +++ /dev/null @@ -1 +0,0 @@ -{} diff --git a/cypress/integration/recipe_spec.js b/cypress/e2e/recipe.cy.js similarity index 100% rename from cypress/integration/recipe_spec.js rename to cypress/e2e/recipe.cy.js diff --git a/cypress/integration/sundial_spec.js b/cypress/e2e/sundial.cy.js similarity index 100% rename from cypress/integration/sundial_spec.js rename to cypress/e2e/sundial.cy.js diff --git a/cypress/support/index.js b/cypress/support/e2e.js similarity index 100% rename from cypress/support/index.js rename to cypress/support/e2e.js diff --git a/recipe.html b/recipe.html new file mode 100644 index 0000000..1b0a82f --- /dev/null +++ b/recipe.html @@ -0,0 +1,24 @@ +
The simple and classic PB & J to fulfill your hunger. You looking for a quick meal to go here it is!
+From Wikipedia, the free encyclopedia.
+ A sundial measures time by the + position of the sun. The most commonly seen designs, such as the 'ordinary' or + standard garden sundial, cast a shadow on a flat surface marked with the hours + of the day. As the position of the sun changes, the time indicated by the shadow + changes. However, sundials can be designed for any surface where a fixed object + casts a predictable shadow. +Most sundial designs indicate apparent solar time. + Minor design variations can measure standard and daylight saving time, as well.
+ +The mathematician + and astronomer Theodosius of Bithynia (ca. 160 BC-ca. 100 BC) is said to have + invented a universal sundial that could be used anywhere on Earth. The French + astronomer Oronce Fine constructed a sundial of ivory in 1524. The Italian + astronomer Giovanni Padovani published a treatise on the sundial in 1570, in + which he included instructions for the manufacture and laying out of mural + (vertical) and horizontal sundials. Giuseppe Biancani's Construction instrumenti + ad horologia solaria discusses how to make a perfect sundial, with accompanying + illustrations.
+ +Many ornamental sundials are + designed to be used at 45 degrees north. By tilting such a sundial, it may be + installed so that it will keep time. However, some mass-produced garden sundials + are inaccurate because of poor design and cannot be corrected.
+ + + + \ No newline at end of file