Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added NodeMaven link to the readme #139

Merged
merged 5 commits into from
Jun 6, 2024

disabled iframe test as web page does not allow to type inside the fr…

01d69de
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Added NodeMaven link to the readme #139

disabled iframe test as web page does not allow to type inside the fr…
01d69de
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results succeeded Jun 6, 2024 in 0s

66 passed, 0 failed and 0 skipped

Tests passed successfully

✅ /home/runner/work/selenium4poc/selenium4poc/target/surefire-reports/TEST-TestSuite.xml

66 tests were completed in 108s with 66 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSuite 66✅ 108s

✅ TestSuite

io.github.mfaisalkhatri.tests.saucedemo.SauceDemoTests
  ✅ loginSauceDemoTest
  ✅ loginSauceDemoTest
  ✅ logOutSauceDemoTest
  ✅ logOutSauceDemoTest
io.github.mfaisalkhatri.tests.theinternet.BrowserTests
  ✅ checkTitleAndWebsiteUrlTest
  ✅ browserNavigationTests
io.github.mfaisalkhatri.tests.theinternet.MultipleWindowTests
  ✅ testMultipleWindows
  ✅ testMultipleWindows
io.github.mfaisalkhatri.tests.crossbrowsertesting.DragAndDropTests
  ✅ testDragAndDrop
io.github.mfaisalkhatri.tests.theinternet.RightClickTests
  ✅ testRightClick
io.github.mfaisalkhatri.tests.theinternet.DropdownTests
  ✅ selectByOptionTest
  ✅ selectByIndexText
  ✅ selectByValueTest
io.github.mfaisalkhatri.tests.theinternet.CheckboxTests
  ✅ testCheckboxes
io.github.mfaisalkhatri.tests.theinternet.HoverTests
  ✅ mouseHoverTests
io.github.mfaisalkhatri.tests.theinternet.JSAlertTests
  ✅ alertTest
  ✅ confirmAlertTest
  ✅ dismissAlertTest
  ✅ jsPromptTypeAndAcceptTest
  ✅ jsPromptDismissTest
io.github.mfaisalkhatri.tests.theinternet.KeyPressTests
  ✅ keyPressTest
io.github.mfaisalkhatri.tests.theinternet.FormAuthenticationTests
  ✅ userNameNotValidTest
  ✅ userNameNotValidTest
  ✅ passwordNotValidTest
  ✅ passwordNotValidTest
  ✅ invalidLoginCredentialsTest
  ✅ invalidLoginCredentialsTest
  ✅ blankUserAndPasswordTest
  ✅ blankUserAndPasswordTest
  ✅ loginTests[ , SuperSecretPassword!, false](1)
  ✅ loginTests[ , SuperSecretPassword!, false](1)
  ✅ loginTests[tomsmith,  , false](2)
  ✅ loginTests[tomsmith,  , false](2)
  ✅ loginTests[ ,  , false](3)
  ✅ loginTests[ ,  , false](3)
  ✅ loginTests[tomsmith, invalid, false](4)
  ✅ loginTests[tomsmith, invalid, false](4)
  ✅ loginTests[tomsmith, SuperSecretPassword!, true](5)
  ✅ loginTests[tomsmith, SuperSecretPassword!, true](5)
  ✅ loginWithCorrectCredentials
  ✅ loginWithCorrectCredentials
io.github.mfaisalkhatri.tests.devtools.LogTest
  ✅ checkChromeLogs
io.github.mfaisalkhatri.tests.theinternet.DigestAuthTest
  ✅ testAuthentication
io.github.mfaisalkhatri.tests.theinternet.DataTableTests
  ✅ testDataTable
  ✅ testDataTable
io.github.mfaisalkhatri.tests.juiceshop.RefactoredJuiceShopTests
  ✅ testRegisterUser
  ✅ testLogin
  ✅ testAddProductToCart
  ✅ testProductCheckout
  ✅ testSelectDelivery
  ✅ testMakePayment
  ✅ testOrderSummary
  ✅ testOrderConfirmation
io.github.mfaisalkhatri.tests.lambdatestseleniumplayground.SingleDropdownTests
  ✅ testDropDownAllowsMultipleSelection
  ✅ testSelectDayUsingIndex
  ✅ testSelectDayUsingVisibleText
  ✅ testSelectDayUsingValue
io.github.mfaisalkhatri.tests.lambdatestseleniumplayground.MultiSelectListTests
  ✅ testCheckIfDropdownIsMultiSelect
  ✅ testBySelectingMultipleValuesByVisibleText
  ✅ testBySelectingMultipleValuesByIndex
  ✅ testBySelectingMultipleValues
  ✅ testDeselectAll
  ✅ testDeselectByIndex
  ✅ testDeselectByValue
  ✅ testDeselectByVisibleText
  ✅ testFirstSelectedOption