-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
95 lines (89 loc) · 9.3 KB
/
package.json
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "02_cypressbasics",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"Comment #101": "Configurations - START",
"cypress_open": "cypress open",
"test_all_headed": "",
"test_single_Chrome_headed": "cypress run --spec cypress/integration/*/_05_Cypress_Assertion_Visible.spec.js --headed --browser chrome --reporter cypress-mochawesome-reporter",
"test_single_Chrome_headless": "cypress run --spec cypress/integration/*/_05_Cypress_Assertion_Visible.spec.js --browser chrome --reporter cypress-mochawesome-reporter",
"test_single_Electron_headed": "cypress run --spec cypress/integration/*/_05_Cypress_Assertion_Visible.spec.js --headed --reporter cypress-mochawesome-reporter",
"test_single_Edge_headed": "cypress run --spec cypress/integration/*/_05_Cypress_Assertion_Visible.spec.js --headed --browser edge --reporter cypress-mochawesome-reporter",
"test_single_Firefox_headed": "cypress run --spec cypress/integration/*/_05_Cypress_Assertion_Visible.spec.js --headed --browser firefox --reporter cypress-mochawesome-reporter",
"test_multiple_Specs_Electron_headed": "cypress run --spec cypress/integration/*/_05_Cypress_Assertion_Visible.spec.js,cypress/integration/*/_04_Cypress_Type_Assertion.spec.js --headed --reporter cypress-mochawesome-reporter",
"Comment #102": "Configurations - END",
"Comment #1": "UDEMY-RS (Section 1: Introduction to Cypress and its advantages in Automation world) - START",
"Comment #2": "UDEMY-RS (Section 1: Introduction to Cypress and its advantages in Automation world) - END",
"Comment #3": "UDEMY-RS (Section 4: Getting started with Cypress Test Automation) - START",
"Comment #4": "UDEMY-RS (Section 4: Getting started with Cypress Test Automation) - END",
"Comment #5": "UDEMY-RS (Section 5: Deep diving into Cypress Commands and its ASynchronous Nature) - START",
"Comment #6": "UDEMY-RS (Section 5: Deep diving into Cypress Commands and its ASynchronous Nature) - END",
"Comment #7": "UDEMY-RS (Section 6: Handling Web Controls UI using Cypress) - START",
"Comment #8": "UDEMY-RS (Section 6: Handling Web Controls UI using Cypress) - END",
"Comment #9": "UDEMY-RS (Section 7: Advance Automation to handling Alerts,popups, Child Windows using Cypress-Jquery) - START",
"Comment #10": "UDEMY-RS (Section 7: Advance Automation to handling Alerts,popups, Child Windows using Cypress-Jquery) - END",
"Comment #11": "UDEMY-RS (Section 8: Understand How to Automate Frames & Child windows in Cypress) - START",
"Comment #12": "UDEMY-RS (Section 8: Understand How to Automate Frames & Child windows in Cypress) - END",
"Comment #13": "UDEMY-RS (Section 9: Cypress Framework Part 1- Understanding Fixtures and Custom commands) - START",
"Comment #14": "UDEMY-RS (Section 9: Cypress Framework Part 1- Understanding Fixtures and Custom commands) - END",
"Comment #15": "UDEMY-RS (Section 10: Cypress Framework Part 2- Page object Design & Test Parameterization) - START",
"Comment #16": "UDEMY-RS (Section 10: Cypress Framework Part 2- Page object Design & Test Parameterization) - END",
"Comment #17": "UDEMY-RS (Section 11: Cypress Framework Part 3- Configuration properties & Environmental variables) - START",
"Comment #18": "UDEMY-RS (Section 11: Cypress Framework Part 3- Configuration properties & Environmental variables) - END",
"Comment #19": "UDEMY-RS (Section 13: Cypress Framework Part 5- Building npm Scripts and Integration to Jenkins) - START",
"Comment #20": "UDEMY-RS (Section 13: Cypress Framework Part 5- Building npm Scripts and Integration to Jenkins) - END",
"Comment #21": "UDEMY-RS (Section 15: Mocking Http requests/responses with Cypress (XHR Testing)) - START",
"Comment #22": "UDEMY-RS (Section 15: Mocking Http requests/responses with Cypress (XHR Testing)) - END",
"Comment #23": "UDEMY-RS (Section 17: Session Token & Local Storage Data saving with Cypress & CSV Parsers) - START",
"Comment #24": "UDEMY-RS (Section 17: Session Token & Local Storage Data saving with Cypress & CSV Parsers) - END",
"Comment #25": "UDEMY-RS (FOLDER wise) - START",
"test_folder_RS_Section_01": "cypress run --spec cypress/integration//Section_01_RS_UI_GreenKart/*.spec.js --headed --reporter cypress-mochawesome-reporter",
"test_folder_RS_Section_04": "cypress run --spec cypress/integration/Section_04_RS_UI_Tests_GreenKart/*.spec.js --headed --reporter cypress-mochawesome-reporter",
"test_folder_RS_Section_05": "cypress run --spec cypress/integration/Section_05_RS_UI_Tests_GreenKart/*.spec.js --headed --reporter cypress-mochawesome-reporter",
"test_folder_RS_Section_06": "cypress run --spec cypress/integration/Section_06_RS_UI_Tests_AutomationPractice/*.spec.js --headed --reporter cypress-mochawesome-reporter",
"test_folder_RS_Section_07": "cypress run --spec cypress/integration/Section_07_RS_UI_Tests_AutomationPractice/*.spec.js --headed --reporter cypress-mochawesome-reporter",
"test_folder_RS_Section_08": "cypress run --spec cypress/integration/Section_08_RS_UI_Tests_AutomationPractice/*.spec.js --headed --reporter cypress-mochawesome-reporter",
"test_folder_RS_Section_09": "cypress run --spec cypress/integration/Section_09_RS_UI_Tests_AngularPractice/*.spec.js --headed --reporter cypress-mochawesome-reporter",
"test_folder_RS_Section_10": "cypress run --spec cypress/integration/Section_10_RS_UI_Tests_AngularPractice/*.spec.js --headed --reporter cypress-mochawesome-reporter",
"test_folder_RS_Section_11": "cypress run --spec cypress/integration/Section_11_RS_UI_Tests_AngularPractice/*.spec.js --headed --reporter cypress-mochawesome-reporter",
"test_folder_RS_Section_13": "cypress run --spec cypress/integration/Section_13_RS_UI_Tests_AngularPractice/*.spec.js --headed --reporter cypress-mochawesome-reporter",
"test_folder_RS_Section_15": "cypress run --spec cypress/integration/Section_15_RS_UI_API_Tests_Interceptor/*.spec.js --headed --reporter cypress-mochawesome-reporter",
"test_folder_RS_Section_17": "cypress run --spec cypress/integration/Section_17_RS_UI_API_Tests/*.spec.js --headed --reporter cypress-mochawesome-reporter",
"Comment #26": "UDEMY-RS (FOLDER wise) - END",
"Comment #51": "Other than Course (RAJAT) - START",
"test_browserStack_Section_17": "browserstack-cypress run --sync --specs cypress/integration/Section_17_RS_UI_API_Tests/*.spec.js",
"test_TAGGING_SMOKE_Title": "cypress run --spec cypress/integration/Z_01_TAGGING_BasedOn_Title_And_Tag/*.spec.js --headed --reporter cypress-mochawesome-reporter --env grep=\"@smoke\"",
"test_TAGGING_SMOKE_Tag": "cypress run --spec cypress/integration/Z_01_TAGGING_BasedOn_Title_And_Tag/*.spec.js --headed --reporter cypress-mochawesome-reporter --env grepTags=\"smoke\"",
"test_TAGGING_REGRESSION_Tag": "cypress run --spec cypress/integration/Z_01_TAGGING_BasedOn_Title_And_Tag/*.spec.js --headed --reporter cypress-mochawesome-reporter --env grepTags=\"regression\"",
"test_TAGGING_REGRESSION_SMOKE_Tag": "cypress run --spec cypress/integration/Z_01_TAGGING_BasedOn_Title_And_Tag/*.spec.js --headed --reporter cypress-mochawesome-reporter --env grepTags=\"regression smoke\"",
"Comment #52": "Other than Course (RAJAT) - END",
"Comment #201": "Youtube (Joan Media) - START",
"test_YT_JoanMedia_ElementText": "cypress run --spec cypress/integration/Z_Youtube_JoanMedia/01_GetElementText.spec.js --headed --reporter cypress-mochawesome-reporter",
"Comment #202": "Youtube (Joan Media) - END",
"Comment #53": "Updations pending for below npm scripts",
"test_electron_single_retryFailedTestCase": "node_modules/.bin/cypress run --spec cypress/integration/3-RS_AngularPractice/_16_Cypress_RetryFailedTest.spec.js --headed --reporter mochawesome",
"Comment_3": "==================== Cypress-mochawesome-reporter - START (reports/mochawesome-report/) =======================",
"test_edge_specsInFolder_greenKartCopy_headless_cmr": "cypress run --spec cypress/integration/1-RS_GreenKart_Copy/* --browser edge --reporter cypress-mochawesome-reporter",
"test_edge_specsInFolder_greenKartCopy_headed_cmr": "cypress run --spec cypress/integration/1-RS_GreenKart_Copy/* --browser edge --headed --reporter cypress-mochawesome-reporter",
"test_edge_specsInFolder_angular_headless_cmr": "cypress run --spec cypress/integration/3-RS_AngularPractice/* --browser edge --reporter cypress-mochawesome-reporter",
"test_edge_specsInFolder_angular_headed_cmr": "cypress run --spec cypress/integration/3-RS_AngularPractice/* --browser edge --headed --reporter cypress-mochawesome-reporter",
"Comment_4": "==================== Browserstack - START (https://www.browserstack.com/docs/automate/cypress )(Reports - ./results/browserstack-cypress-report.html) =======================",
"Comment_5": "==================== Run specific specs -> https://www.browserstack.com/docs/automate/cypress/specs-to-run",
"test_browserStack_greenKartCopy": "browserstack-cypress run --sync --specs cypress/integration/1-RS_GreenKart_Copy/**/*"
},
"author": "Rajat Verma",
"license": "ISC",
"devDependencies": {
"cypress": "^10.3.1",
"cypress-grep": "^2.13.1",
"cypress-iframe": "^1.0.1",
"cypress-mochawesome-reporter": "^3.0.0",
"cypress-xpath": "^1.6.2",
"mocha": "^9.2.2",
"mochawesome": "^7.1.3",
"neat-csv": "5.1.0"
},
"cypress-xpath": "^1.6.2"
}