Move cypress to docs folder
This commit is contained in:
parent
7d141807ae
commit
4244751d45
15 changed files with 1145 additions and 3 deletions
0
cypress/.gitignore → docs/cypress/.gitignore
vendored
0
cypress/.gitignore → docs/cypress/.gitignore
vendored
|
@ -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", () => {
|
|
@ -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", () => {
|
|
@ -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
1141
docs/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue