NetExec/tests
Marshall Hallenbeck 180e87f44e tests: add module listing to e2e tests 2023-04-05 20:43:53 -04:00
..
README.md tests: add e2e tests and README 2023-03-24 15:18:37 -04:00
e2e_commands.txt tests: add module listing to e2e tests 2023-04-05 20:43:53 -04:00
e2e_test.py add space to regex so output doesnt have an extra space 2023-04-05 20:43:32 -04:00
test_smb_database.py feat(console): complete log overhaul, allowing more granular debug messages, and logging to console 2023-03-29 23:59:22 -04:00

README.md

CME Tests

Running Tests

Unit Tests

  • Install CME (either in venv or via Poetry)
  • Run pytest (or poetry run pytest)

End to End Tests

  • Install CME (either in venv or via Poetry)
  • Run python tests/e2e_tests.py -t $IP -u $USER -p $PASS, with optional -k parameter
    • Poetry: poetry run python tests/e2e_tests.py -t $IP -u $USER -p $PASS