Laravel-Selenium icon indicating copy to clipboard operation
Laravel-Selenium copied to clipboard

namespace problem

Open hatamiarash7 opened this issue 5 years ago • 1 comments

The command php artisan selenium:make:test create a class without a namespace.

so we can't run vendor/bin/steward run staging chrome

The output class should has a Tests namespace

<?php

namespace Tests;

use Modelizer\Selenium\SeleniumTestCase;

class SeleniumExampleTest extends SeleniumTestCase
{
    ...
}

hatamiarash7 avatar Jun 03 '19 09:06 hatamiarash7

Please feel free to raise PR and update the test cases if needed.

Modelizer avatar Aug 09 '19 08:08 Modelizer