index
:
a1qa-exam.git
exam
main
Unnamed repository; edit this file 'description' to name the repository.
SelfLearner
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
Age
Commit message (
Expand
)
Author
2022-11-16
Move the authorization logic to the BrowserUtils class
exam
Mavlushechka
2022-11-16
Change some parameters of the putTest() method to the Test parameter
Mavlushechka
2022-11-16
Add getProjectId(String projectName) to the ProjectsPage class
Mavlushechka
2022-11-16
Move elements and locators to class fields
Mavlushechka
2022-11-16
Remove LoggerUtils class
Mavlushechka
2022-11-16
Remove all unnecessary spaces from xpaths
Mavlushechka
2022-11-16
Remove the login and password from the testData.json file
Mavlushechka
2022-11-16
Add an extra check for empty json body to the isBodyEmpty(String json) method
Mavlushechka
2022-11-16
Remove exception throwing on the createHttpUrlConnection(String spec, Request...
Mavlushechka
2022-11-16
Remove Status enum
Mavlushechka
2022-11-04
Add log4j2.xml configuration file
Mavlushechka
2022-11-04
Add config.json file
Mavlushechka
2022-11-04
Add framework.utils and framework.constants package
Mavlushechka
2022-11-04
Merge branch 'main' into exam
Mavlushechka
2022-11-04
Add framework package
Mavlushechka
2022-11-04
Delete framework package
Mavlushechka
2022-11-04
Revert "Framework initialization"
main
Mavlushechka
2022-11-04
Move Collections class from the project package to the framework package
Mavlushechka
2022-11-03
Add Collections class
Mavlushechka
2022-11-03
Use SiteApiMethod constants instead of hard coding
Mavlushechka
2022-11-03
Add SiteApiMethod enum
Mavlushechka
2022-11-03
Add putTest(String sid, String projectName, String testName, String methodNam...
Mavlushechka
2022-11-03
Check that the number of testes is greater than 5, instead of checking that i...
Mavlushechka
2022-11-03
Add the project object to the testData.json file
Mavlushechka
2022-11-03
Replace the Project project parameter with the String projectName in the open...
Mavlushechka
2022-11-03
Add getProjects() method to the ProjectsPage class
Mavlushechka
2022-11-03
Add String projectName parameter to the isProjectSaved() method in the AddPro...
Mavlushechka
2022-11-03
Add AddProjectPage class
Mavlushechka
2022-11-03
Add clickOnAddButton() method to the ProjectsPage class
Mavlushechka
2022-11-03
Fix Tests comparison fail
Mavlushechka
2022-11-03
Add TestsPage class
Mavlushechka
2022-11-03
Add Test record
Mavlushechka
2022-11-03
Add Result enum
Mavlushechka
2022-11-03
Add getVersion() method to the ProjectsPage class
Mavlushechka
2022-11-03
Remove --private argument from startArguments in firefox object from settings...
Mavlushechka
2022-11-03
User StringUtils.removeHttpProtocol(String url) method instead of custom impl...
Mavlushechka
2022-11-03
Add removeHttpProtocol(String url) method to the StringUtils class
Mavlushechka
2022-11-03
Add parseInt(String text) method to the IntegerUtils class
Mavlushechka
2022-11-03
Solve the 3rd step of the TestCase1 test case
Mavlushechka
2022-11-03
Solve the 2nd step of the TestCase1 test case
Mavlushechka
2022-11-03
Solve the 1st step of the TestCase1 test case
Mavlushechka
2022-11-02
Add static post(String spec) method to UrlConnectionManager class utility
Mavlushechka
2022-11-02
Remove pages package from framework
Mavlushechka
2022-11-01
Framework initialization
Mavlushechka