NetExec/tests
Marshall Hallenbeck c8fa1efb90 fix(tests): update masky command, but this requires setting the CA to the user's CA 2023-04-08 13:53:58 -04:00
..
README.md tests: add e2e tests and README 2023-03-24 15:18:37 -04:00
e2e_commands.txt fix(tests): update masky command, but this requires setting the CA to the user's CA 2023-04-08 13:53:58 -04:00
e2e_test.py feat(tests): allow for printing errors from command ran. This allows us to view connection or other errors that arent fatal, but still lead to bugs 2023-04-08 12:39:49 -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