|
| 1 | +quartodoc: |
| 2 | + style: pkgdown |
| 3 | + dir: api/testing |
| 4 | + out_index: index.qmd |
| 5 | + package: shiny |
| 6 | + rewrite_all_pages: false |
| 7 | + sidebar: api/testing/_sidebar.yml |
| 8 | + dynamic: false |
| 9 | + renderer: |
| 10 | + style: _renderer.py |
| 11 | + show_signature_annotations: false |
| 12 | + sections: |
| 13 | + - title: UI Layouts |
| 14 | + desc: Methods for interacting with Shiny app multiple UI component controls. |
| 15 | + contents: |
| 16 | + - playwright.controls.Accordion |
| 17 | + - playwright.controls.AccordionPanel |
| 18 | + - playwright.controls.Card |
| 19 | + - playwright.controls.Popover |
| 20 | + - playwright.controls.Sidebar |
| 21 | + - playwright.controls.Tooltip |
| 22 | + - title: UI Inputs |
| 23 | + desc: Methods for interacting with Shiny app input value controls. |
| 24 | + contents: |
| 25 | + - playwright.controls.InputActionLink |
| 26 | + - playwright.controls.InputCheckbox |
| 27 | + - playwright.controls.InputCheckboxGroup |
| 28 | + - playwright.controls.InputDarkMode |
| 29 | + - playwright.controls.InputDate |
| 30 | + - playwright.controls.InputDateRange |
| 31 | + - playwright.controls.InputFile |
| 32 | + - playwright.controls.InputNumeric |
| 33 | + - playwright.controls.InputPassword |
| 34 | + - playwright.controls.InputRadioButtons |
| 35 | + - playwright.controls.InputSelect |
| 36 | + - playwright.controls.InputSelectize |
| 37 | + - playwright.controls.InputSlider |
| 38 | + - playwright.controls.InputSliderRange |
| 39 | + - playwright.controls.InputSwitch |
| 40 | + - playwright.controls.InputTaskButton |
| 41 | + - playwright.controls.InputText |
| 42 | + - playwright.controls.InputTextArea |
| 43 | + - title: Value boxes |
| 44 | + desc: Methods for interacting with Shiny app valuebox controls. |
| 45 | + contents: |
| 46 | + - playwright.controls.ValueBox |
| 47 | + - title: Navigation (tab) panels |
| 48 | + desc: Methods for interacting with Shiny app UI content controls. |
| 49 | + contents: |
| 50 | + - playwright.controls.NavItem |
| 51 | + - playwright.controls.NavsetBar |
| 52 | + - playwright.controls.NavsetCardPill |
| 53 | + - playwright.controls.NavsetCardTab |
| 54 | + - playwright.controls.NavsetCardUnderline |
| 55 | + - playwright.controls.NavsetHidden |
| 56 | + - playwright.controls.NavsetPill |
| 57 | + - playwright.controls.NavsetPillList |
| 58 | + - playwright.controls.NavsetTab |
| 59 | + - playwright.controls.NavsetUnderline |
| 60 | + - title: Upload and download |
| 61 | + desc: Methods for interacting with Shiny app uploading and downloading controls. |
| 62 | + contents: |
| 63 | + - playwright.controls.DownloadButton |
| 64 | + - playwright.controls.DownloadLink |
| 65 | + - title: Rendering outputs |
| 66 | + desc: Render output in a variety of ways. |
| 67 | + contents: |
| 68 | + - playwright.controls.OutputCode |
| 69 | + - playwright.controls.OutputDataFrame |
| 70 | + - playwright.controls.OutputImage |
| 71 | + - playwright.controls.OutputPlot |
| 72 | + - playwright.controls.OutputTable |
| 73 | + - playwright.controls.OutputText |
| 74 | + - playwright.controls.OutputTextVerbatim |
| 75 | + - playwright.controls.OutputUi |
| 76 | + - title: "Playwright Expect" |
| 77 | + desc: "Methods for testing the state of a locator within a Shiny app." |
| 78 | + contents: |
| 79 | + - playwright.expect.expect_to_change |
| 80 | + - playwright.expect.expect_attribute_to_have_value |
| 81 | + - playwright.expect.expect_to_have_class |
| 82 | + - playwright.expect.expect_not_to_have_class |
| 83 | + - playwright.expect.expect_to_have_style |
| 84 | + - title: "Pytest" |
| 85 | + desc: "Fixtures used for testing Shiny apps with Pytest." |
| 86 | + contents: |
| 87 | + - pytest.create_app_fixture |
| 88 | + - pytest.ScopeName |
| 89 | + - title: "Run" |
| 90 | + desc: "Methods for starting a local Shiny app in the background" |
| 91 | + contents: |
| 92 | + - run.run_shiny_app |
| 93 | + - run.ShinyAppProc |
0 commit comments