summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster
Commit message (Expand)AuthorAgeFilesLines
* bitbake: toaster/tests: Bug-fix ToasterTable show_rows testcasesAlassane Yattara2024-01-104-6/+9
* bitbake: toaster/tests: Bug-fix "element not interactable" in TestLayerDetail...Alassane Yattara2024-01-101-1/+8
* bitbake: toaster/tests: bug-fix "#hint-error-project-name" should be visibleAlassane Yattara2024-01-101-1/+3
* bitbake: toaster/tests: Setup delay after driver action self.get(url)Alassane Yattara2024-01-104-1/+12
* bitbake: toaster/tests: Delay driver first action on create new project pageAlassane Yattara2024-01-072-1/+3
* bitbake: toaster/tests: Bug-fix element click interceptedAlassane Yattara2024-01-071-2/+6
* bitbake: toaster/tests: Bug-fix on TestProjectConfigTab::test_image_recipe_sh...Alassane Yattara2024-01-071-1/+2
* bitbake: toaster/toastergui: Bug-fix verify given layer path only if import/a...Alassane Yattara2024-01-041-5/+8
* bitbake: toaster/tests: Bug-fix "#project-created-notification" should be vis...Alassane Yattara2024-01-011-1/+1
* bitbake: toaster/tests: Skip to show more then 100 item in ToasterTableAlassane Yattara2024-01-011-4/+13
* bitbake: toaster/tests: bug-fix An element matching "#lastest_builds" should ...Alassane Yattara2024-01-011-1/+1
* bitbake: toaster/tests: bug-fix An element matching "#projectstable" should b...Alassane Yattara2024-01-012-43/+46
* bitbake: toastergui: verify that an existing layer path is givenMarta Rybczynska2023-12-201-6/+7
* bitbake: toaster/tests: Bug-fix test_functional_basic, delay driver actionsAlassane Yattara2023-12-201-38/+38
* bitbake: toaster: Added validation to stop import if there is a build in prog...Marlon Rodriguez Garcia2023-12-162-1/+13
* bitbake: toaster/tests: Fixes functional tests warning on autobuilderAlassane Yattara2023-12-151-79/+85
* bitbake: toaster/tests: Update tests/functional/functional_helpers test_funct...Alassane Yattara2023-12-152-1/+6
* bitbake: toaster/tests: bug-fix element click intercepted in browser/test_lay...Alassane Yattara2023-12-152-6/+39
* bitbake: toaster/tests: Bug-Fix testcase functional/test_project_page_tab_con...Alassane Yattara2023-12-152-93/+95
* bitbake: toaster/tests: Removed all time.sleep occurrenceAlassane Yattara2023-12-151-19/+20
* bitbake: toaster/tests: logging warning in console, trying to kill unavailabl...Alassane Yattara2023-12-151-3/+1
* bitbake: toaster/tests: fix chrome argument syntax and wait for driver exitAlexander Lussier-Cullen2023-12-151-1/+3
* bitbake: toaster/tests: fix functional tests setup and teardownAlexander Lussier-Cullen2023-12-151-14/+37
* bitbake: toaster/tests: Exit tests on chromedriver creation failureAlexander Lussier-Cullen2023-12-151-6/+8
* bitbake: toaster: Commandline build import table improvementsMarlon Rodriguez Garcia2023-12-133-1/+13
* bitbake: bitbake: toaster: add functional testing toaster error detailsAlexander Lussier-Cullen2023-12-131-2/+8
* bitbake: toaster: remove test and update setup to avoid rebuilding imageMarlon Rodriguez Garcia2023-12-131-12/+0
* bitbake: toaster/test: fix CopyrightAlassane Yattara2023-12-131-1/+1
* bitbake: toaster: Add verbose printout for missing chrome(driver) dependenciesAlexander Lussier-Cullen2023-12-121-2/+21
* bitbake: toaster: Added new feature to import eventlogs from command line int...Marlon Rodriguez Garcia2023-12-1211-8/+454
* bitbake: toaster/tests/builds: Add BB_HASHSERVE passthroughRichard Purdie2023-12-091-1/+1
* bitbake: toaster: Update to use qemux86-64 machine by defaultRichard Purdie2023-12-094-8/+8
* bitbake: toaster/tests: bug-fix tests writing files into /tmp on the autobuil...Alassane Yattara2023-12-0813-55/+74
* bitbake: toaster/tests: Fixes warnings in autobuilderAlassane Yattara2023-12-082-4/+11
* bitbake: toaster/tests: Bug fixes, functional tests dependent on each otherAlassane Yattara2023-12-082-86/+79
* bitbake: toaster/tests: Refactorize tests/functionalAlassane Yattara2023-12-082-276/+554
* bitbake: toaster/tests: Added functional/utils, contains useful methods using...Alassane Yattara2023-12-081-0/+89
* bitbake: toaster/tests: Ensure to kill toaster process create for tests funct...Alassane Yattara2023-12-081-2/+3
* bitbake: toaster/tests: Update build testMarlon Rodriguez Garcia2023-12-086-14/+15
* bitbake: toaster: fix pytest build test execution and test discoveryAlexander Lussier-Cullen2023-12-062-4/+3
* bitbake: toastergui: Fix regex markup issuesRichard Purdie2023-12-062-4/+3
* bitbake: toastermain/settings: Avoid python filehandle closure warningsRichard Purdie2023-12-061-3/+6
* bitbake: toaster: Fix assertRegexpMatches deprecation warningsRichard Purdie2023-12-062-6/+6
* bitbake: bb/toaster: Fix assertEquals deprecation warningsRichard Purdie2023-12-062-6/+6
* bitbake: toaster/test: delay driver action until elements to appearAlassane Yattara2023-12-062-2/+8
* bitbake: toaster/test: from test_no_builds_message.py wait for the empty stat...Alassane Yattara2023-12-061-0/+1
* bitbake: toaster/test: bug-fix on tests/browser/test_all_builds_pageAlassane Yattara2023-12-061-24/+32
* bitbake: toaster/tests: Test single recipe pageAlassane Yattara2023-12-021-0/+32
* bitbake: toaster/tests: Test single layer pageAlassane Yattara2023-12-021-0/+61
* bitbake: toaster/tests: Bug-fix on tests/functional/test_project_pageAlassane Yattara2023-12-021-32/+32