ui icon indicating copy to clipboard operation
ui copied to clipboard

Web UI for CodeceptJS

Results 51 ui issues
Sort by recently updated
recently updated
newest added

#### What are you trying to achieve? I run 1 test, it runs well. I want to run 1 other test, but the run button is frozen on a running...

When running tests in server mode more and more browsers are opened and never closed

It would be nice if we could switch between Headless & Headful mode with 1 click This icon shows that tests are running in Headless mode: ![image](https://user-images.githubusercontent.com/220264/94869313-c50eb380-044d-11eb-9d75-25dc1c0bd242.png) This is how...

enhancement
good first issue
frontend
Goodness Squad

When Singleton Browser Session was disabled, chromium very difficult to close. Press to "Quit" in tray did not help. And when try to close chromium via htop in terminal, chromium...

bug
Goodness Squad

We need to rethink UI to make it better for users Application should be used to: * execute all tests in project * execute a specific test in project *...

frontend
Goodness Squad

There is API for getting page objects from a project https://github.com/codeceptjs/ui/blob/master/lib/api/get-page-objects.js We should have a page to display page objects on a special page ![image](https://user-images.githubusercontent.com/220264/102664005-94a3ff00-418a-11eb-80d1-6729cd04bba0.png)

enhancement
frontend
Goodness Squad

When listing multiple files in wide-window mode, it would be nice to display a preview of a test on the right A test code is already available in test's page...

good first issue
frontend
Goodness Squad

If I execute a test, HTML snapshot is saved for each executed step. If a window is opened and it is wide - you can see a snapshot on the...

enhancement
Goodness Squad

![image](https://user-images.githubusercontent.com/220264/102659466-1c394000-4182-11eb-9612-4519bfde2caa.png) * menu is not clear (no understanding that the logo is "Home" button) * UI should be updated for small window size

good first issue
help wanted
frontend
Goodness Squad

We need a code editor that could do small updates in tests from a web interface. # Use Scenario * I open a test in UI * I click "Source"...

enhancement
frontend