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 example code for taking screenshots #141

Merged
merged 7 commits into from
Sep 1, 2024

updated workflow actions versions to v4

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

Added example code for taking screenshots #141

updated workflow actions versions to v4
c2ad1e9
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results succeeded Sep 1, 2024 in 1s

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 134s with 66 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSuite 66✅ 134s

✅ TestSuite

io.github.mfaisalkhatri.tests.saucedemo.SauceDemoTests
  ✅ loginSauceDemoTest
  ✅ loginSauceDemoTest
  ✅ logOutSauceDemoTest
  ✅ logOutSauceDemoTest
io.github.mfaisalkhatri.tests.crossbrowsertesting.DragAndDropTests
  ✅ testDragAndDrop
io.github.mfaisalkhatri.tests.theinternet.DropdownTests
  ✅ selectByOptionTest
  ✅ selectByIndexText
  ✅ selectByValueTest
io.github.mfaisalkhatri.tests.theinternet.BrowserTests
  ✅ checkTitleAndWebsiteUrlTest
  ✅ browserNavigationTests
io.github.mfaisalkhatri.tests.theinternet.KeyPressTests
  ✅ keyPressTest
io.github.mfaisalkhatri.tests.theinternet.MultipleWindowTests
  ✅ testMultipleWindows
  ✅ testMultipleWindows
io.github.mfaisalkhatri.tests.theinternet.RightClickTests
  ✅ testRightClick
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.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.MultiSelectListTests
  ✅ testCheckIfDropdownIsMultiSelect
  ✅ testBySelectingMultipleValuesByVisibleText
  ✅ testBySelectingMultipleValuesByIndex
  ✅ testBySelectingMultipleValues
  ✅ testDeselectAll
  ✅ testDeselectByIndex
  ✅ testDeselectByValue
  ✅ testDeselectByVisibleText
  ✅ testFirstSelectedOption
io.github.mfaisalkhatri.tests.lambdatestseleniumplayground.SingleDropdownTests
  ✅ testDropDownAllowsMultipleSelection
  ✅ testSelectDayUsingIndex
  ✅ testSelectDayUsingVisibleText
  ✅ testSelectDayUsingValue