summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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: toaster/tests: Bug-fix test_functional_basic, delay driver actionsAlassane Yattara2023-12-201-38/+38
* 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: 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-122-3/+1
* 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-091-2/+2
* 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-061-0/+2
* 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
* bitbake: toaster/tests: Added distro page TestCaseAlassane Yattara2023-12-021-0/+51
* bitbake: toaster/tests: Added Layers page TestCaseAlassane Yattara2023-12-021-0/+72
* bitbake: toaster/tests: Added Machine page TestCaseAlassane Yattara2023-12-021-0/+79
* bitbake: toaster/tests: Test software recipe pageAlassane Yattara2023-12-021-0/+118
* bitbake: toaster/tests: Override table edit columns TestCase from image recip...Alassane Yattara2023-12-021-0/+130
* bitbake: toaster/tests: Update methods wait_until_~ to skip using time.sleepAlassane Yattara2023-12-021-5/+8
* bitbake: toaster/tests: add passthroughs for relevant build environment varia...Alexander Lussier-Cullen2023-11-231-0/+9
* bitbake: toaster/tests: Add UI TestCase - Test the show rows feature in image...Alassane Yattara2023-11-231-1/+35
* bitbake: toaster/tests: Add UI TestCase for the edit column feature in image ...Alassane Yattara2023-11-231-0/+121
* bitbake: toaster/tests: Add UI TestCase - Test project page section imagesAlassane Yattara2023-11-231-0/+41
* bitbake: toaster/tests: Add UI TestCase - Test project page tab "New custom i...Alassane Yattara2023-11-231-0/+31
* bitbake: toaster/tests: Add UI TestCase - Test project page tab import layerAlassane Yattara2023-11-231-0/+43
* bitbake: toaster/tests: Add UI TestCase - Test project config tabAlassane Yattara2023-11-231-0/+132