summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster
Commit message (Expand)AuthorAgeFilesLines
* 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-232-1/+133
* bitbake: toaster/tests: Add UI TestCase - Test project config tab navigation:Alassane Yattara2023-11-231-0/+176
* bitbake: toaster/tests: Add UI TestCase - Test project page has right tabs di...Alassane Yattara2023-11-231-0/+78
* bitbake: toaster/tests: Add UI TestCase - Test edit project name on project pageAlassane Yattara2023-11-231-0/+27
* bitbake: toaster/tests: Add UI TestCase - Check project header contains right...Alassane Yattara2023-11-231-0/+142
* bitbake: toaster/tests/create_new_project: Code cleanupAlassane Yattara2023-11-231-1/+2
* bitbake: toaster/tests: Add UI TestCase for visualize all projects show rowsAlassane Yattara2023-11-231-0/+34
* bitbake: toaster/tests: Add UI TestCase for visualize all projects edit columnAlassane Yattara2023-11-231-0/+58
* bitbake: toaster/tests: Add UI TestCase for Visualize all projectsAlassane Yattara2023-11-231-0/+34
* bitbake: toaster/tests: Add UI TestCase for deleting projectAlassane Yattara2023-11-161-0/+103
* bitbake: toaster/tox.ini: Add py 3.11 and 3.12Richard Purdie2023-11-161-1/+1
* bitbake: toaster: test_create_new_project typos, whitespaceTim Orling2023-11-141-5/+5
* bitbake: toaster: fix obsolete use of find_element_by_link_textTim Orling2023-11-141-9/+10
* bitbake: toaster: use docs for BitBake link on landing pageTim Orling2023-11-142-2/+2
* bitbake: toaster: drop deprecated USE_L10N from settingsTim Orling2023-11-141-4/+0
* bitbake: toaster/tests: Add UI TestCase to test "show rows" feature, change d...Alassane Yattara2023-11-141-12/+52
* bitbake: toaster/tests: Add UI TestCase to test "edit column" feature show/hi...Alassane Yattara2023-11-141-0/+59
* bitbake: toaster/tests: Add UI TestCase to test filtering feature on 'complet...Alassane Yattara2023-11-141-2/+78
* bitbake: toaster/tests: Add UI TestCase to test the filtering feature on 'fai...Alassane Yattara2023-11-141-0/+38
* bitbake: toaster/tests: Add UI TestCase to test search box on all build pageAlassane Yattara2023-11-141-9/+34
* bitbake: toaster/tests: Add UI TestCase to test if 'no build' message is shownAlassane Yattara2023-11-141-0/+9
* bitbake: Toaster: Write UI TestCase import new project usingAlassane Yattara2023-11-091-0/+25
* bitbake: Toaster: Test create new project without project nameAlassane Yattara2023-11-091-0/+17
* bitbake: Toaster: Write UI TestCase create new projectAlassane Yattara2023-11-091-0/+134
* bitbake: Revert "toaster: Bug-fix webdriver No parameter named options"Richard Purdie2023-11-091-1/+1
* bitbake: toaster: Bug-fix webdriver No parameter named optionsAlassane Yattara2023-11-091-1/+1
* bitbake: toaster: Test jumbotron links visible and clickableAlassane Yattara2023-11-091-1/+88
* bitbake: toaster: Test documentation link in landing header is displayedAlassane Yattara2023-11-091-0/+15
* bitbake: toaster: Check info_sign is visible and clickable in landing pageAlassane Yattara2023-11-092-1/+17
* bitbake: toaster: Added pytest.ini fileAlassane Yattara2023-11-091-0/+19
* bitbake: toaster: fixed: Tests fail when executed one after the other out of ...Alassane Yattara2023-11-093-1/+6
* bitbake: toaster: Bug-fix django.db.utils.IntegrityError: Problem installing ...Alassane Yattara2023-11-091-2/+2
* bitbake: toaster: fixed pytest error: Database access not allowed, use the "d...Alassane Yattara2023-11-091-0/+2
* bitbake: toaster: Bug-fix pytest and Failed: Database access not allowedAlassane Yattara2023-11-091-6/+0
* bitbake: toaster: Update orm.models to catch error ProcessLookupErrorAlassane Yattara2023-11-091-3/+2
* bitbake: toaster: Add toaster-tests-requirements.txt to add pytest and some p...Alassane Yattara2023-11-091-0/+5
* bitbake: toaster: replace deprecated tags ifequal and ifnotequalMarlon Rodriguez Garcia2023-11-085-14/+14
* bitbake: toaster: add tox.ini file to execute test suiteMarlon Rodriguez Garcia2023-10-302-1/+27
* bitbake: toaster: Write logs to BUILDDIR/toaster_logsAlassane Yattara2023-10-272-7/+7
* bitbake: Toaster: bug-fix on tests.views.test_views.pyAlassane Yattara2023-10-231-0/+12
* bitbake: Toaster: bug-fix on tests/views/test_views.pyAlassane Yattara2023-10-231-0/+8
* bitbake: Toaster: bug-fix on custom image test casesAlassane Yattara2023-10-231-0/+4
* bitbake: Toaster: bug-fix on /toastermain/logs.pyAlassane Yattara2023-10-231-1/+6
* bitbake: Toaster: Fixed javascript issue on tests.browser.test_js_unit_testsAlassane Yattara2023-10-171-1/+1
* bitbake: Toaster: Bug-fix failure on tests.browser.test_layerdetails_pageAlassane Yattara2023-10-171-0/+2