Move cypress to docs folder

This commit is contained in:
Jeremy Thomas
2021-10-31 01:08:56 +01:00
parent 7d141807ae
commit 4244751d45
15 changed files with 1145 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
describe("Elements/Box", () => { describe("Elements/Box", () => {
beforeEach(() => { beforeEach(() => {
cy.visit("http://127.0.0.1:4000/cypress/elements/box/"); cy.visit("http://127.0.0.1:4000/cyp/elements/box/");
}); });
it("has a .box element", () => { it("has a .box element", () => {

View File

@@ -1,6 +1,6 @@
describe("Elements/Button", () => { describe("Elements/Button", () => {
beforeEach(() => { beforeEach(() => {
cy.visit("http://127.0.0.1:4000/cypress/elements/button/"); cy.visit("http://127.0.0.1:4000/cyp/elements/button/");
}); });
it("has a Button", () => { it("has a Button", () => {

View File

@@ -1,6 +1,6 @@
describe("Elements/Container", () => { describe("Elements/Container", () => {
beforeEach(() => { beforeEach(() => {
cy.visit("http://127.0.0.1:4000/cypress/elements/container/"); cy.visit("http://127.0.0.1:4000/cyp/elements/container/");
}); });
it("has a Container element", () => { it("has a Container element", () => {

1141
docs/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -10,6 +10,7 @@
"babel-preset-env": "^1.7.0", "babel-preset-env": "^1.7.0",
"babel-preset-es2015-ie": "^6.7.0", "babel-preset-es2015-ie": "^6.7.0",
"clean-css-cli": "^4.3.0", "clean-css-cli": "^4.3.0",
"cypress": "^8.7.0",
"metalsmith": "^2.3.0", "metalsmith": "^2.3.0",
"metalsmith-filter": "^1.0.2", "metalsmith-filter": "^1.0.2",
"node-sass": "^4.13.1", "node-sass": "^4.13.1",