Choose a location to view the weather.
+ +diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6b665aa --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} 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/test-app.js b/cypress/e2e/test-app.cy.js similarity index 100% rename from cypress/integration/test-app.js rename to cypress/e2e/test-app.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/index.html b/index.html index e69de29..760bb10 100644 --- a/index.html +++ b/index.html @@ -0,0 +1,95 @@ + + +
+ + + +Choose a location to view the weather.
+ +