Merge branch 'feature/testcafePractise' into 'master'
Feature/testcafe practise See merge request !1
Showing
.gitignore
0 → 100644
.testcaferc.js
0 → 100644
allure/allure-report/app.js
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
14.7 KB
This source diff could not be displayed because it is too large. You can view the blob instead.
config/local.js
0 → 100644
config/remote.js
0 → 100644
data/data.json
0 → 100644
doc-allure-config.js
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
package.json
0 → 100644
{ | ||
"name": "pageobjectmodel", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test.local": "node config/local.js", | ||
"test.remote": "node config/remote.js" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"@ffmpeg-installer/ffmpeg": "^1.1.0", | ||
"@google-cloud/storage": "^5.18.1", | ||
"mongodb": "^4.6.0", | ||
"testcafe": "^1.18.1", | ||
"testcafe-reporter-allure": "^1.0.5", | ||
"testcafe-reporter-html": "^1.4.6", | ||
"the": "^1.0.2" | ||
} | ||
} |
pages/BrowsePage.js
0 → 100644
pages/CartPage.js
0 → 100644
pages/CheckoutPage.js
0 → 100644
pages/CustomerPage.js
0 → 100644
pages/HomePage.js
0 → 100644
pages/LoginPage.js
0 → 100644
pages/MyOrdersPage.js
0 → 100644
pages/ProductDetailsPage.js
0 → 100644
pages/RegisterPage.js
0 → 100644
pages/SearchResultPage.js
0 → 100644
pages/WishListPage.js
0 → 100644
report.html
0 → 100644
File added
File added
test/GuestUserTest.js
0 → 100644
test/RegistrationTest.js
0 → 100644