What is a spec file in Protractor?
Question
What is a spec file in Protractor?
Answer
Spec file is the one where we write actual test code. It contains the logic and locators to interact with an application.
What is a spec file in Protractor?
Spec file is the one where we write actual test code. It contains the logic and locators to interact with an application.