Skip to content

Commit 5cde3e9

Browse files
committed
Update README.md
1 parent 917f4ed commit 5cde3e9

File tree

1 file changed

+7
-130
lines changed

1 file changed

+7
-130
lines changed

README.md

Lines changed: 7 additions & 130 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
### 💥Important: when clone this repo, you should select 'Recursive' to get all submodules
88

9-
**SOME FEATURES IN FRAMEWORK**
9+
**🌟SOME FEATURES IN FRAMEWORK**
1010

1111
1. Run the parallel Scenario on feature file
1212
2. Cucumber Report
@@ -23,7 +23,7 @@
2323
13. Use DataFaker and JavaFaker to generate data
2424
14. Javadoc for this source
2525

26-
### **SYSTEM REQUIREMENTS**
26+
### **⚙️SYSTEM REQUIREMENTS**
2727

2828
- Install Java JDK (recommend JDK >= 17)
2929
- Install Chrome Browser, Edge Browser, Firefox Browser
@@ -39,7 +39,7 @@
3939

4040
![image](https://user-images.githubusercontent.com/87883620/161707184-7ad558f2-0d7d-4851-bfd6-2796d4e46593.png)
4141

42-
### **HOW TO USE**
42+
### **✳️HOW TO USE**
4343

4444
**1. Run parallel the test case**
4545

@@ -152,7 +152,7 @@ or
152152
+ TestSimpleCode
153153
```
154154

155-
### Project structure
155+
### 📙Project structure
156156

157157
```
158158
📦AutomationFrameworkCucumberTestNG
@@ -300,131 +300,6 @@ or
300300
┃ ┃ ┃ ┣ 📜cucumber.properties
301301
┃ ┃ ┃ ┣ 📜extent.properties
302302
┃ ┃ ┃ ┗ 📜pdf-config.yaml
303-
┣ 📂target
304-
┃ ┣ 📂classes
305-
┃ ┃ ┣ 📂anhtester
306-
┃ ┃ ┃ ┗ 📂com
307-
┃ ┃ ┃ ┃ ┣ 📂annotations
308-
┃ ┃ ┃ ┃ ┃ ┗ 📜FrameworkAnnotation.class
309-
┃ ┃ ┃ ┃ ┣ 📂config
310-
┃ ┃ ┃ ┃ ┃ ┣ 📜ConfigFactory.class
311-
┃ ┃ ┃ ┃ ┃ ┗ 📜Configuration.class
312-
┃ ┃ ┃ ┃ ┣ 📂constants
313-
┃ ┃ ┃ ┃ ┃ ┗ 📜FrameworkConstants.class
314-
┃ ┃ ┃ ┃ ┣ 📂driver
315-
┃ ┃ ┃ ┃ ┃ ┣ 📜BrowserFactory$1.class
316-
┃ ┃ ┃ ┃ ┃ ┣ 📜BrowserFactory$2.class
317-
┃ ┃ ┃ ┃ ┃ ┣ 📜BrowserFactory$3.class
318-
┃ ┃ ┃ ┃ ┃ ┣ 📜BrowserFactory$4.class
319-
┃ ┃ ┃ ┃ ┃ ┣ 📜BrowserFactory.class
320-
┃ ┃ ┃ ┃ ┃ ┣ 📜DriverManager.class
321-
┃ ┃ ┃ ┃ ┃ ┗ 📜TargetFactory.class
322-
┃ ┃ ┃ ┃ ┣ 📂enums
323-
┃ ┃ ┃ ┃ ┃ ┣ 📜AuthorType.class
324-
┃ ┃ ┃ ┃ ┃ ┣ 📜Browser.class
325-
┃ ┃ ┃ ┃ ┃ ┣ 📜CategoryType.class
326-
┃ ┃ ┃ ┃ ┃ ┣ 📜FailureHandling.class
327-
┃ ┃ ┃ ┃ ┃ ┣ 📜Platform.class
328-
┃ ┃ ┃ ┃ ┃ ┣ 📜Project.class
329-
┃ ┃ ┃ ┃ ┃ ┗ 📜Target.class
330-
┃ ┃ ┃ ┃ ┣ 📂exceptions
331-
┃ ┃ ┃ ┃ ┃ ┣ 📜FrameworkException.class
332-
┃ ┃ ┃ ┃ ┃ ┣ 📜HeadlessNotSupportedException.class
333-
┃ ┃ ┃ ┃ ┃ ┣ 📜InvalidPathForExcelException.class
334-
┃ ┃ ┃ ┃ ┃ ┣ 📜InvalidPathForExtentReportFileException.class
335-
┃ ┃ ┃ ┃ ┃ ┣ 📜InvalidPathForFilesException.class
336-
┃ ┃ ┃ ┃ ┃ ┣ 📜InvalidRemoteWebDriverURLException.class
337-
┃ ┃ ┃ ┃ ┃ ┗ 📜TargetNotValidException.class
338-
┃ ┃ ┃ ┃ ┣ 📂helpers
339-
┃ ┃ ┃ ┃ ┃ ┣ 📜CaptureHelpers.class
340-
┃ ┃ ┃ ┃ ┃ ┣ 📜DatabaseHelpers.class
341-
┃ ┃ ┃ ┃ ┃ ┣ 📜ExcelHelpers.class
342-
┃ ┃ ┃ ┃ ┃ ┣ 📜FileHelpers.class
343-
┃ ┃ ┃ ┃ ┃ ┣ 📜Helpers.class
344-
┃ ┃ ┃ ┃ ┃ ┣ 📜PropertiesHelpers.class
345-
┃ ┃ ┃ ┃ ┃ ┗ 📜ScreenRecoderHelpers.class
346-
┃ ┃ ┃ ┃ ┣ 📂keywords
347-
┃ ┃ ┃ ┃ ┃ ┗ 📜WebUI.class
348-
┃ ┃ ┃ ┃ ┣ 📂mail
349-
┃ ┃ ┃ ┃ ┃ ┣ 📜EmailAttachmentsSender$1.class
350-
┃ ┃ ┃ ┃ ┃ ┣ 📜EmailAttachmentsSender.class
351-
┃ ┃ ┃ ┃ ┃ ┗ 📜EmailConfig.class
352-
┃ ┃ ┃ ┃ ┣ 📂report
353-
┃ ┃ ┃ ┃ ┃ ┣ 📜AllureManager.class
354-
┃ ┃ ┃ ┃ ┃ ┣ 📜ExtentReportManager.class
355-
┃ ┃ ┃ ┃ ┃ ┣ 📜ExtentTestManager.class
356-
┃ ┃ ┃ ┃ ┃ ┗ 📜TelegramManager.class
357-
┃ ┃ ┃ ┃ ┗ 📂utils
358-
┃ ┃ ┃ ┃ ┃ ┣ 📜BrowserInfoUtils.class
359-
┃ ┃ ┃ ┃ ┃ ┣ 📜DataFakerUtils.class
360-
┃ ┃ ┃ ┃ ┃ ┣ 📜DataGenerateUtils.class
361-
┃ ┃ ┃ ┃ ┃ ┣ 📜DateUtils.class
362-
┃ ┃ ┃ ┃ ┃ ┣ 📜DecodeUtils.class
363-
┃ ┃ ┃ ┃ ┃ ┣ 📜EmailSendUtils.class
364-
┃ ┃ ┃ ┃ ┃ ┣ 📜IconUtils.class
365-
┃ ┃ ┃ ┃ ┃ ┣ 📜JsonUtils$1.class
366-
┃ ┃ ┃ ┃ ┃ ┣ 📜JsonUtils.class
367-
┃ ┃ ┃ ┃ ┃ ┣ 📜LanguageUtils.class
368-
┃ ┃ ┃ ┃ ┃ ┣ 📜LocalStorageUtils.class
369-
┃ ┃ ┃ ┃ ┃ ┣ 📜LogUtils.class
370-
┃ ┃ ┃ ┃ ┃ ┣ 📜ObjectUtils.class
371-
┃ ┃ ┃ ┃ ┃ ┣ 📜ReportUtils.class
372-
┃ ┃ ┃ ┃ ┃ ┗ 📜ZipUtils.class
373-
┃ ┃ ┣ 📂META-INF
374-
┃ ┃ ┃ ┗ 📂services
375-
┃ ┃ ┃ ┃ ┗ 📜io.qameta.allure.listener.TestLifecycleListener
376-
┃ ┃ ┗ 📜log4j2.properties
377-
┃ ┣ 📂generated-sources
378-
┃ ┃ ┗ 📂annotations
379-
┃ ┣ 📂generated-test-sources
380-
┃ ┃ ┗ 📂test-annotations
381-
┃ ┗ 📂test-classes
382-
┃ ┃ ┣ 📂anhtester
383-
┃ ┃ ┃ ┗ 📂com
384-
┃ ┃ ┃ ┃ ┣ 📂common
385-
┃ ┃ ┃ ┃ ┃ ┣ 📜BaseTest.class
386-
┃ ┃ ┃ ┃ ┃ ┣ 📜CommonPageCRM.class
387-
┃ ┃ ┃ ┃ ┃ ┗ 📜CommonSteps.class
388-
┃ ┃ ┃ ┃ ┣ 📂dataprovider
389-
┃ ┃ ┃ ┃ ┃ ┗ 📜DataProviderManager.class
390-
┃ ┃ ┃ ┃ ┣ 📂hooks
391-
┃ ┃ ┃ ┃ ┃ ┣ 📜CucumberListener.class
392-
┃ ┃ ┃ ┃ ┃ ┣ 📜Hooks.class
393-
┃ ┃ ┃ ┃ ┃ ┗ 📜TestContext.class
394-
┃ ┃ ┃ ┃ ┣ 📂listeners
395-
┃ ┃ ┃ ┃ ┃ ┣ 📜AllureListener.class
396-
┃ ┃ ┃ ┃ ┃ ┗ 📜TestListener.class
397-
┃ ┃ ┃ ┃ ┣ 📂projects
398-
┃ ┃ ┃ ┃ ┃ ┗ 📂website
399-
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂cms
400-
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂pages
401-
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜CommonPageCMS.class
402-
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜LoginPage.class
403-
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📂stepdefinitions
404-
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜LoginSteps.class
405-
┃ ┃ ┃ ┃ ┃ ┃ ┗ 📂crm
406-
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂models
407-
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ClientModel.class
408-
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜SignInModel.class
409-
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂pages
410-
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂Clients
411-
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜ClientPageCRM.class
412-
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂Dashboard
413-
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜DashboardPageCRM.class
414-
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂Projects
415-
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜ProjectPageCRM.class
416-
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂SignIn
417-
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜SignInPageCRM.class
418-
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📂Tasks
419-
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜TaskPage.class
420-
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📂stepdefinitions
421-
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜DashboardSteps.class
422-
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜LoginSteps.class
423-
┃ ┃ ┃ ┃ ┗ 📂runners
424-
┃ ┃ ┃ ┃ ┃ ┣ 📜LoginCMSTestRunner.class
425-
┃ ┃ ┃ ┃ ┃ ┣ 📜SigninCRMTestRunner.class
426-
┃ ┃ ┃ ┃ ┃ ┣ 📜TestRunnerAllFeatureByTag.class
427-
┃ ┃ ┃ ┃ ┃ ┗ 📜TestRunnerForDashboardHRM.class
428303
┃ ┃ ┣ 📂config
429304
┃ ┃ ┃ ┣ 📜config.json
430305
┃ ┃ ┃ ┣ 📜config.properties
@@ -453,10 +328,12 @@ or
453328
┗ 📜README.md
454329
```
455330

456-
## Copyright 2022-2025 Anh Tester
331+
## Copyright 2022-2025 Anh Tester
457332

458333
### ⭐️ I will support your company if needed
334+
459335
#### **📗 Documents:** https://deepwiki.com/anhtester/AutomationFrameworkCucumberTestNG
336+
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/anhtester/AutomationFrameworkCucumberTestNG)
460337

461338
> Anh Tester Blog: https://anhtester.com/
462339

0 commit comments

Comments
 (0)