Posts by Kappyh • 11 points
1 post
-
1
votes0
answers89
viewsQ: Call test script function [Protractor]
Hello, I have a file that calls several test methods that I created with Protractor, it looks like this: import {MeuCadastro} from './MeuCadastro/MeuCadastro.spec'; import {Rotas} from…