summaryrefslogtreecommitdiffstats
path: root/src/tests/cases
AgeCommit message (Expand)Author
2024-04-16Temporarily disable UI tests (#406)cyqsimon
2024-03-18feat: add `PID` column to `Process` table (#379)Krithic Kumar
2023-12-08Show interface names (#340)ilyes-ced
2023-10-26Minor code style improvements (#312)cyqsimon
2023-10-21Refactor `OsInputOutput` (combine interfaces & frames into single Vec) (#310)cyqsimon
2023-10-19Table formatting logic overhaul (#305)cyqsimon
2023-10-17Partially fix flaky tests (#308)cyqsimon
2023-10-11Reduce repitition using default `Opts`cyqsimon
2023-10-11Minor refactor of `main.rs` (#301)cyqsimon
2023-10-08Explicitly name `layout-*` tests as socyqsimon
2023-10-08Migrate all tests to using `cargo-insta`cyqsimon
2023-10-07Compact tests using `rstest`cyqsimon
2023-10-07Rm old, unused test snapshotscyqsimon
2023-09-20Update test snapshot, another onecyqsimon
2023-09-20Update test snapshotcyqsimon
2023-08-26fix: fix snapshot testsNbiba Bedis
2023-08-25Use variable capture syntax in format macros where possiblecyqsimon
2023-08-25Compact importscyqsimon
2023-08-25update testsNbiba Bedis
2023-08-25Temporarily switch to patched fork of `packet-builder`cyqsimon
2023-08-14Bump incompatible depscyqsimon
2020-10-01feat(dns): allow custom dns server as cli flag (#193)Aram Drevekenin
2020-09-29fix(ui): upgrade tui to latest version and fix breaking changes (#190)Aram Drevekenin
2020-09-14feat(ui): crossplatform terminal resize handling using crossterm Event::Resiz...remgodow
2020-09-10feat(platform): windows build and run support (#180)remgodow
2020-09-03feat(infra): replace termion with Windows compatible crossterm (#179)remgodow
2020-09-01hotfix(truncation): display long uneven hostnames properly (fixes small issue...Aram Drevekenin
2020-07-14feat(raw): add delimiters to raw output (#175)sigmaSd
2020-05-20Merge remote-tracking branch 'origin/master' into issue-163-elapsed-timeRupert Rutledge
2020-05-17feat(layout): 'Window' ordering ability (#118)Louis Lesage
2020-05-16Merge remote-tracking branch 'origin/master' into issue-163-elapsed-timeRupert Rutledge
2020-05-16Altering the snapshots for tests that are affected by new duration codeRupert Rutledge
2020-05-03style(lint): make clippy happy on all channelsAram Drevekenin
2020-05-03chore(deps): remove pnet_bandwhich_fork and upgrade to latest pnet + packet_b...Aram Drevekenin
2020-04-05fix(tests): update total-utilization and hide-dns testsAram Drevekenin
2020-04-05feat(network): add accumlated usage (#155)Brooks Rady
2020-04-05feat(network): hide dns queries by default (#161)Oleh
2020-01-25feat(layout): new layout (#139)Aram Drevekenin
2020-01-16feat(ui): select windows to display from CLI (#107)Simone Robutti
2020-01-14fix(ui-state): do not overcalculate bandwidth and connections (#114)Aram Drevekenin
2020-01-13feat(helptext): communicate pause/resume to the user (#111)Aram Drevekenin
2020-01-12Merge pull request #77 from imsnif/averageKelvin Zhang
2020-01-12test(snapshots): update to new formulaAram Drevekenin
2020-01-10Add testcase for pause featureKelvin Zhang
2020-01-09Update UI snapshots for new bandwidth calculationKelvin Zhang
2020-01-09Fix codestyle using rustfmtMaximilian Bosch
2020-01-08Ensure that layer3 packets are displayed as wellMaximilian Bosch
2020-01-07Merge pull request #82 from zhangxp1998/udpKelvin Zhang
2020-01-07Update snapshots because new process identification logic changes outputKelvin Zhang
2020-01-07chore(packages): use pnet fork until they fix the pselect bug (#83)Aram Drevekenin