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", () => {
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", () => {

View file

@ -1,6 +1,6 @@
describe("Elements/Button", () => {
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", () => {

View file

@ -1,6 +1,6 @@
describe("Elements/Container", () => {
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", () => {

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-es2015-ie": "^6.7.0",
"clean-css-cli": "^4.3.0",
"cypress": "^8.7.0",
"metalsmith": "^2.3.0",
"metalsmith-filter": "^1.0.2",
"node-sass": "^4.13.1",