Firefox is a fast, reliable and private web browser from the non-profit Mozilla organization.
Add the following line to your .mozconfig depending on the platform you're developing for
- macos:
. "$topsrcdir/build/macosx/mozconfig.enterprise" - unix:
. "$topsrcdir/build/unix/mozconfig.enterprise" - win64:
. "$topsrcdir/build/win64/mozconfig.enterprise"
$ ./mach run
$ ./mach marionette-test testing/enterprise/
You can also specify a test file, by default the manifest from the directory will be used.
OR
$ ./mach test marionette-enterprise