vendredi 9 mars 2018

How to run test selenium without main method?

Is it possible run selenium test by means of command line?

This class doesn't have a main method.
The skeleton class looks like this:

class {

@before
method 1{
...
}

@Test
method 2{
...
}

@After
method 3{
...
}

}

Aucun commentaire:

Enregistrer un commentaire