Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylar-dev] Username and Password Mylar Test

I was reading the Mylar FAQ and I'd like an username and a password to put them in credentials.properties to make some tests with Mylar,
Thanks

Running tests

Each component has it's own All<Component>Tests suite, and all can be run via org.eclipse.mylar.tests.AllTests. 

  • Add the following to the test configuration under Arguments -> VM Arguments: -enableassertions -Xmx384M
  • Add a credentials.properties file to org.eclipse.mylar.bugzilla.tests, and define "username: xxx" and "password: yyy" in it. Email mylar-dev@xxxxxxxxxx for a username and password.



Back to the top