-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "testcafe_cucumber",
"version": "1.0.0",
"description": "CucumberPractice",
"main": "index.js",
"scripts": {
"test:chrome": "testcafe chrome ./tests",
"test:chrome:headless": "testcafe chrome:headless ./tests -s takeOnFails=true —disable-page-caching",
"test:chrome:mobile": "tescafe chrome:emulation:device=iphone 11 ./tests",
"allure": "allure generate ./allure/allure-results --clean -o ./allure/allure-report && allure open ./allure/allure-report"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lisandrofernando/TestCafe.git"
},
"author": "Lisandro Fernando",
"license": "ISC",
"bugs": {
"url": "https://github.com/lisandrofernando/TestCafe/issues"
},
"homepage": "https://github.com/lisandrofernando/TestCafe#readme",
"dependencies": {
"@cucumber/cucumber": "^7.3.1",
"gherkin-testcafe": "^5.1.0",
"testcafe": "^1.16.0",
"testcafe-cucumber-steps": "^1.20.1",
"testcafe-reporter-allure": "^1.0.5"
},
"devDependencies": {
"cucumber-testcafe": "^0.1.0"
}
}