Setup & Teardown
BeforeEach
It is executed before each test. In our case this method is in charge of opening the view to test.
example.spec.ts
The function openExampleView must be declared in the command.js file in the support folder. An example of this type of function is the following:
support/Commands.js
Last updated